Html Css Color HEX #A85602 Golden Brown

📋 copy color: '#A85602'

red 168 ◦ green 86 ◦ blue 2

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

Shades of Golden Brown #A85602

Tints of Golden Brown #A85602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

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

R = 65.63%
G = 33.59%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A85602 (or 0xA85602) is known color: Golden Brown. HEX triplet: A8, 56 and 02. RGB value is (168,86,2). Sum of RGB (Red+Green+Blue) = 168+86+2=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A85602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85602 is #57A9FD. Grayscale: #656565. Windows color (decimal): -5745150 or 153256. OLE color: 153256.

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

Color convert

RGB 168 86 2 -
CMYK 0 0.49 0.99 0.34
HSL 30.36º 0.98% 0.33% -
HSV(B) 30.36º 0.99% 0.66% -
XYZ 19.49 14.98 1.92 -
YUV 100.94 72.17 175.83 -
System Red Green Blue C M Y K H S L
Decimal 168 86 2 0 0.49 0.99 0.34 30.36 0.98 0.33
Hex A8 56 2 0 31 63 22 1E 62 21
Octal 250 126 2 0 61 143 42 36 142 41
Binary 10101000 1010110 10 0 110001 1100011 100010 11110 1100010 100001

Color Harmonies of #A85602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85602

Black with #A85602

Text Example


Text Example

White with #A85602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85602; }

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

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

background-color css

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

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

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

border-color css

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

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

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