Html Css Color HEX #A85A03 Golden Brown

📋 copy color: '#A85A03'

red 168 ◦ green 90 ◦ blue 3

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

Shades of Golden Brown #A85A03

Tints of Golden Brown #A85A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 64.37%
G = 34.48%
B = 1.15%

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

#A85A03 (or 0xA85A03) is known color: Golden Brown. HEX triplet: A8, 5A and 03. RGB value is (168,90,3). Sum of RGB (Red+Green+Blue) = 168+90+3=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85A03 is #57A5FC. Grayscale: #676767. Windows color (decimal): -5744125 or 219816. OLE color: 219816.

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

Color convert

RGB 168 90 3 -
CMYK 0 0.46 0.98 0.34
HSL 31.64º 0.96% 0.34% -
HSV(B) 31.64º 0.98% 0.66% -
XYZ 19.82 15.64 2.06 -
YUV 103.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 168 90 3 0 0.46 0.98 0.34 31.64 0.96 0.34
Hex A8 5A 3 0 2E 62 22 20 60 22
Octal 250 132 3 0 56 142 42 40 140 42
Binary 10101000 1011010 11 0 101110 1100010 100010 100000 1100000 100010

Color Harmonies of #A85A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A03

Black with #A85A03

Text Example


Text Example

White with #A85A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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