Html Css Color HEX #A8580B Golden Brown

📋 copy color: '#A8580B'

red 168 ◦ green 88 ◦ blue 11

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

Shades of Golden Brown #A8580B

Tints of Golden Brown #A8580B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 62.92%
G = 32.96%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8580B (or 0xA8580B) is known color: Golden Brown. HEX triplet: A8, 58 and 0B. RGB value is (168,88,11). Sum of RGB (Red+Green+Blue) = 168+88+11=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8580B is #57A7F4. Grayscale: #676767. Windows color (decimal): -5744629 or 743592. OLE color: 743592.

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

Color convert

RGB 168 88 11 -
CMYK 0 0.48 0.93 0.34
HSL 29.43º 0.88% 0.35% -
HSV(B) 29.43º 0.93% 0.66% -
XYZ 19.7 15.33 2.24 -
YUV 103.14 76 174.26 -
System Red Green Blue C M Y K H S L
Decimal 168 88 11 0 0.48 0.93 0.34 29.43 0.88 0.35
Hex A8 58 B 0 30 5D 22 1D 58 23
Octal 250 130 13 0 60 135 42 35 130 43
Binary 10101000 1011000 1011 0 110000 1011101 100010 11101 1011000 100011

Color Harmonies of #A8580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8580B

Black with #A8580B

Text Example


Text Example

White with #A8580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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