Html Css Color HEX #A85910 Golden Brown

📋 copy color: '#A85910'

red 168 ◦ green 89 ◦ blue 16

#A85910
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A85910

Tints of Golden Brown #A85910

RGB

 RED value IS 168 (66.02% from 255) = 61.54%

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 61.54%
G = 32.6%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A85910 (or 0xA85910) is known color: Golden Brown. HEX triplet: A8, 59 and 10. RGB value is (168,89,16). Sum of RGB (Red+Green+Blue) = 168+89+16=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A85910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85910 is #57A6EF. Grayscale: #686868. Windows color (decimal): -5744368 or 1071528. OLE color: 1071528.

HSL color Cylindrical-coordinate representation of color #A85910: hue angle of 28.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A85910 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 89 16 -
CMYK 0 0.47 0.90 0.34
HSL 28.82º 0.83% 0.36% -
HSV(B) 28.82º 0.9% 0.66% -
XYZ 19.81 15.51 2.44 -
YUV 104.3 78.17 173.44 -
System Red Green Blue C M Y K H S L
Decimal 168 89 16 0 0.47 0.90 0.34 28.82 0.83 0.36
Hex A8 59 10 0 2F 5A 22 1D 53 24
Octal 250 131 20 0 57 132 42 35 123 44
Binary 10101000 1011001 10000 0 101111 1011010 100010 11101 1010011 100100

Color Harmonies of #A85910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85910

Black with #A85910

Text Example


Text Example

White with #A85910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85910; }

 p { color: rgb(168,89,16); }

 H1.HeaderClassName
 {
   color: #A85910;
 }
 .AnyTagClassName
 {
   color: #A85910;
 }
</style>

background-color css

<style>
 a { background-color: #A85910; }

 a { background-color: rgb(168,89,16); }

 div.DivClassName
 {
   background-color: #A85910;
 }
 .BgClassName
 {
   background-color: #A85910;
 }
</style>

border-color css

<style>
 span { border-color: #A85910; }

 span { border-color: rgb(168,89,16); }

 td.TdClassName
 {
   border-color: #A85910;
 }
 .TagClassName
 {
   border-color: #A85910;
 }
</style>