Html Css Color HEX #A85D04 Golden Brown

📋 copy color: '#A85D04'

red 168 ◦ green 93 ◦ blue 4

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

Shades of Golden Brown #A85D04

Tints of Golden Brown #A85D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.09%

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

R = 63.4%
G = 35.09%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A85D04 (or 0xA85D04) is known color: Golden Brown. HEX triplet: A8, 5D and 04. RGB value is (168,93,4). Sum of RGB (Red+Green+Blue) = 168+93+4=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85D04 is #57A2FB. Grayscale: #696969. Windows color (decimal): -5743356 or 286120. OLE color: 286120.

HSL color Cylindrical-coordinate representation of color #A85D04: hue angle of 32.56º 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 #A85D04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 93 4 -
CMYK 0 0.45 0.98 0.34
HSL 32.56º 0.95% 0.34% -
HSV(B) 32.56º 0.98% 0.66% -
XYZ 20.08 16.16 2.18 -
YUV 105.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 168 93 4 0 0.45 0.98 0.34 32.56 0.95 0.34
Hex A8 5D 4 0 2D 62 22 21 5F 22
Octal 250 135 4 0 55 142 42 41 137 42
Binary 10101000 1011101 100 0 101101 1100010 100010 100001 1011111 100010

Color Harmonies of #A85D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D04

Black with #A85D04

Text Example


Text Example

White with #A85D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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