Html Css Color HEX #A85E02 Golden Brown

📋 copy color: '#A85E02'

red 168 ◦ green 94 ◦ blue 2

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

Shades of Golden Brown #A85E02

Tints of Golden Brown #A85E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.61%

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

R = 63.64%
G = 35.61%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A85E02 (or 0xA85E02) is known color: Golden Brown. HEX triplet: A8, 5E and 02. RGB value is (168,94,2). Sum of RGB (Red+Green+Blue) = 168+94+2=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85E02 is #57A1FD. Grayscale: #6A6A6A. Windows color (decimal): -5743102 or 155304. OLE color: 155304.

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

Color convert

RGB 168 94 2 -
CMYK 0 0.44 0.99 0.34
HSL 33.25º 0.98% 0.33% -
HSV(B) 33.25º 0.99% 0.66% -
XYZ 20.16 16.33 2.15 -
YUV 105.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 168 94 2 0 0.44 0.99 0.34 33.25 0.98 0.33
Hex A8 5E 2 0 2C 63 22 21 62 21
Octal 250 136 2 0 54 143 42 41 142 41
Binary 10101000 1011110 10 0 101100 1100011 100010 100001 1100010 100001

Color Harmonies of #A85E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E02

Black with #A85E02

Text Example


Text Example

White with #A85E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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