Html Css Color HEX #A85905 Golden Brown

📋 copy color: '#A85905'

red 168 ◦ green 89 ◦ blue 5

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

Shades of Golden Brown #A85905

Tints of Golden Brown #A85905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.91%

R = 64.12%
G = 33.97%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A85905 (or 0xA85905) is known color: Golden Brown. HEX triplet: A8, 59 and 05. RGB value is (168,89,5). Sum of RGB (Red+Green+Blue) = 168+89+5=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A85905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85905 is #57A6FA. Grayscale: #676767. Windows color (decimal): -5744379 or 350632. OLE color: 350632.

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

Color convert

RGB 168 89 5 -
CMYK 0 0.47 0.97 0.34
HSL 30.92º 0.94% 0.34% -
HSV(B) 30.92º 0.97% 0.66% -
XYZ 19.75 15.48 2.09 -
YUV 103.05 72.67 174.33 -
System Red Green Blue C M Y K H S L
Decimal 168 89 5 0 0.47 0.97 0.34 30.92 0.94 0.34
Hex A8 59 5 0 2F 61 22 1F 5E 22
Octal 250 131 5 0 57 141 42 37 136 42
Binary 10101000 1011001 101 0 101111 1100001 100010 11111 1011110 100010

Color Harmonies of #A85905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85905

Black with #A85905

Text Example


Text Example

White with #A85905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85905; }

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

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

background-color css

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

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

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

border-color css

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

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

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