Html Css Color HEX #A85B02 Golden Brown

📋 copy color: '#A85B02'

red 168 ◦ green 91 ◦ blue 2

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

Shades of Golden Brown #A85B02

Tints of Golden Brown #A85B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.87%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 64.37%
G = 34.87%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A85B02 (or 0xA85B02) is known color: Golden Brown. HEX triplet: A8, 5B and 02. RGB value is (168,91,2). Sum of RGB (Red+Green+Blue) = 168+91+2=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85B02 is #57A4FD. Grayscale: #686868. Windows color (decimal): -5743870 or 154536. OLE color: 154536.

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

Color convert

RGB 168 91 2 -
CMYK 0 0.46 0.99 0.34
HSL 32.17º 0.98% 0.33% -
HSV(B) 32.17º 0.99% 0.66% -
XYZ 19.9 15.81 2.06 -
YUV 103.88 70.51 173.74 -
System Red Green Blue C M Y K H S L
Decimal 168 91 2 0 0.46 0.99 0.34 32.17 0.98 0.33
Hex A8 5B 2 0 2E 63 22 20 62 21
Octal 250 133 2 0 56 143 42 40 142 41
Binary 10101000 1011011 10 0 101110 1100011 100010 100000 1100010 100001

Color Harmonies of #A85B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85B02

Black with #A85B02

Text Example


Text Example

White with #A85B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85B02; }

 p { color: rgb(168,91,2); }

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

background-color css

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

 a { background-color: rgb(168,91,2); }

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

border-color css

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

 span { border-color: rgb(168,91,2); }

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