Html Css Color HEX #A85808 Golden Brown

📋 copy color: '#A85808'

red 168 ◦ green 88 ◦ blue 8

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

Shades of Golden Brown #A85808

Tints of Golden Brown #A85808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.03%

R = 63.64%
G = 33.33%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A85808 (or 0xA85808) is known color: Golden Brown. HEX triplet: A8, 58 and 08. RGB value is (168,88,8). Sum of RGB (Red+Green+Blue) = 168+88+8=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A85808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85808 is #57A7F7. Grayscale: #676767. Windows color (decimal): -5744632 or 546984. OLE color: 546984.

HSL color Cylindrical-coordinate representation of color #A85808: hue angle of 30º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A85808 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 88 8 -
CMYK 0 0.48 0.95 0.34
HSL 30º 0.91% 0.35% -
HSV(B) 30º 0.95% 0.66% -
XYZ 19.68 15.32 2.15 -
YUV 102.8 74.5 174.5 -
System Red Green Blue C M Y K H S L
Decimal 168 88 8 0 0.48 0.95 0.34 30 0.91 0.35
Hex A8 58 8 0 30 5F 22 1E 5B 23
Octal 250 130 10 0 60 137 42 36 133 43
Binary 10101000 1011000 1000 0 110000 1011111 100010 11110 1011011 100011

Color Harmonies of #A85808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85808

Black with #A85808

Text Example


Text Example

White with #A85808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85808; }

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

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

background-color css

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

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

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

border-color css

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

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

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