Html Css Color HEX #A85A04 Golden Brown

📋 copy color: '#A85A04'

red 168 ◦ green 90 ◦ blue 4

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

Shades of Golden Brown #A85A04

Tints of Golden Brown #A85A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.35%

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

R = 64.12%
G = 34.35%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A85A04 (or 0xA85A04) is known color: Golden Brown. HEX triplet: A8, 5A and 04. RGB value is (168,90,4). Sum of RGB (Red+Green+Blue) = 168+90+4=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85A04 is #57A5FB. Grayscale: #676767. Windows color (decimal): -5744124 or 285352. OLE color: 285352.

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

Color convert

RGB 168 90 4 -
CMYK 0 0.46 0.98 0.34
HSL 31.46º 0.95% 0.34% -
HSV(B) 31.46º 0.98% 0.66% -
XYZ 19.83 15.65 2.09 -
YUV 103.52 71.84 173.99 -
System Red Green Blue C M Y K H S L
Decimal 168 90 4 0 0.46 0.98 0.34 31.46 0.95 0.34
Hex A8 5A 4 0 2E 62 22 1F 5F 22
Octal 250 132 4 0 56 142 42 37 137 42
Binary 10101000 1011010 100 0 101110 1100010 100010 11111 1011111 100010

Color Harmonies of #A85A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A04

Black with #A85A04

Text Example


Text Example

White with #A85A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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