Html Css Color HEX #A8880D Dark Goldenrod

📋 copy color: '#A8880D'

red 168 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #A8880D

Tints of Dark Goldenrod #A8880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

 BLUE value IS 13 (5.47% from 255) = 4.1%

R = 53%
G = 42.9%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8880D (or 0xA8880D) is known color: Dark Goldenrod. HEX triplet: A8, 88 and 0D. RGB value is (168,136,13). Sum of RGB (Red+Green+Blue) = 168+136+13=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8880D is #5777F2. Grayscale: #848484. Windows color (decimal): -5732339 or 886952. OLE color: 886952.

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

Color convert

RGB 168 136 13 -
CMYK 0 0.19 0.92 0.34
HSL 47.61º 0.86% 0.35% -
HSV(B) 47.61º 0.92% 0.66% -
XYZ 25.03 25.96 4.07 -
YUV 131.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 168 136 13 0 0.19 0.92 0.34 47.61 0.86 0.35
Hex A8 88 D 0 13 5C 22 30 56 23
Octal 250 210 15 0 23 134 42 60 126 43
Binary 10101000 10001000 1101 0 10011 1011100 100010 110000 1010110 100011

Color Harmonies of #A8880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8880D

Black with #A8880D

Text Example


Text Example

White with #A8880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8880D; }

 p { color: rgb(168,136,13); }

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

background-color css

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

 a { background-color: rgb(168,136,13); }

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

border-color css

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

 span { border-color: rgb(168,136,13); }

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