Html Css Color HEX #A85504 Golden Brown

📋 copy color: '#A85504'

red 168 ◦ green 85 ◦ blue 4

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

Shades of Golden Brown #A85504

Tints of Golden Brown #A85504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.07%

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

R = 65.37%
G = 33.07%
B = 1.56%

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

#A85504 (or 0xA85504) is known color: Golden Brown. HEX triplet: A8, 55 and 04. RGB value is (168,85,4). Sum of RGB (Red+Green+Blue) = 168+85+4=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A85504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85504 is #57AAFB. Grayscale: #646464. Windows color (decimal): -5745404 or 284072. OLE color: 284072.

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

Color convert

RGB 168 85 4 -
CMYK 0 0.49 0.98 0.34
HSL 29.63º 0.95% 0.34% -
HSV(B) 29.63º 0.98% 0.66% -
XYZ 19.42 14.83 1.95 -
YUV 100.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 168 85 4 0 0.49 0.98 0.34 29.63 0.95 0.34
Hex A8 55 4 0 31 62 22 1E 5F 22
Octal 250 125 4 0 61 142 42 36 137 42
Binary 10101000 1010101 100 0 110001 1100010 100010 11110 1011111 100010

Color Harmonies of #A85504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85504

Black with #A85504

Text Example


Text Example

White with #A85504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85504; }

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

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

background-color css

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

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

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

border-color css

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

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

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