Html Css Color HEX #A85802 Golden Brown

📋 copy color: '#A85802'

red 168 ◦ green 88 ◦ blue 2

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

Shades of Golden Brown #A85802

Tints of Golden Brown #A85802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

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

R = 65.12%
G = 34.11%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A85802 (or 0xA85802) is known color: Golden Brown. HEX triplet: A8, 58 and 02. RGB value is (168,88,2). Sum of RGB (Red+Green+Blue) = 168+88+2=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A85802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85802 is #57A7FD. Grayscale: #666666. Windows color (decimal): -5744638 or 153768. OLE color: 153768.

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

Color convert

RGB 168 88 2 -
CMYK 0 0.48 0.99 0.34
HSL 31.08º 0.98% 0.33% -
HSV(B) 31.08º 0.99% 0.66% -
XYZ 19.65 15.31 1.98 -
YUV 102.12 71.5 174.99 -
System Red Green Blue C M Y K H S L
Decimal 168 88 2 0 0.48 0.99 0.34 31.08 0.98 0.33
Hex A8 58 2 0 30 63 22 1F 62 21
Octal 250 130 2 0 60 143 42 37 142 41
Binary 10101000 1011000 10 0 110000 1100011 100010 11111 1100010 100001

Color Harmonies of #A85802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85802

Black with #A85802

Text Example


Text Example

White with #A85802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85802; }

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

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

background-color css

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

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

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

border-color css

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

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

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