Html Css Color HEX #A85604 Golden Brown

📋 copy color: '#A85604'

red 168 ◦ green 86 ◦ blue 4

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

Shades of Golden Brown #A85604

Tints of Golden Brown #A85604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.33%

 BLUE value IS 4 (1.95% from 255) = 1.55%

R = 65.12%
G = 33.33%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A85604 (or 0xA85604) is known color: Golden Brown. HEX triplet: A8, 56 and 04. RGB value is (168,86,4). Sum of RGB (Red+Green+Blue) = 168+86+4=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A85604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85604 is #57A9FB. Grayscale: #656565. Windows color (decimal): -5745148 or 284328. OLE color: 284328.

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

Color convert

RGB 168 86 4 -
CMYK 0 0.49 0.98 0.34
HSL 30º 0.95% 0.34% -
HSV(B) 30º 0.98% 0.66% -
XYZ 19.5 14.99 1.98 -
YUV 101.17 73.17 175.67 -
System Red Green Blue C M Y K H S L
Decimal 168 86 4 0 0.49 0.98 0.34 30 0.95 0.34
Hex A8 56 4 0 31 62 22 1E 5F 22
Octal 250 126 4 0 61 142 42 36 137 42
Binary 10101000 1010110 100 0 110001 1100010 100010 11110 1011111 100010

Color Harmonies of #A85604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85604

Black with #A85604

Text Example


Text Example

White with #A85604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85604; }

 p { color: rgb(168,86,4); }

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

background-color css

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

 a { background-color: rgb(168,86,4); }

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

border-color css

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

 span { border-color: rgb(168,86,4); }

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