Html Css Color HEX #A85508 Golden Brown

📋 copy color: '#A85508'

red 168 ◦ green 85 ◦ blue 8

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

Shades of Golden Brown #A85508

Tints of Golden Brown #A85508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.57%

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

R = 64.37%
G = 32.57%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A85508 (or 0xA85508) is known color: Golden Brown. HEX triplet: A8, 55 and 08. RGB value is (168,85,8). Sum of RGB (Red+Green+Blue) = 168+85+8=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A85508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85508 is #57AAF7. Grayscale: #656565. Windows color (decimal): -5745400 or 546216. OLE color: 546216.

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

Color convert

RGB 168 85 8 -
CMYK 0 0.49 0.95 0.34
HSL 28.88º 0.91% 0.35% -
HSV(B) 28.88º 0.95% 0.66% -
XYZ 19.44 14.84 2.07 -
YUV 101.04 75.5 175.76 -
System Red Green Blue C M Y K H S L
Decimal 168 85 8 0 0.49 0.95 0.34 28.88 0.91 0.35
Hex A8 55 8 0 31 5F 22 1D 5B 23
Octal 250 125 10 0 61 137 42 35 133 43
Binary 10101000 1010101 1000 0 110001 1011111 100010 11101 1011011 100011

Color Harmonies of #A85508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85508

Black with #A85508

Text Example


Text Example

White with #A85508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85508; }

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

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

background-color css

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

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

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

border-color css

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

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

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