Html Css Color HEX #A8840D Dark Goldenrod

📋 copy color: '#A8840D'

red 168 ◦ green 132 ◦ blue 13

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

Shades of Dark Goldenrod #A8840D

Tints of Dark Goldenrod #A8840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

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

R = 53.67%
G = 42.17%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8840D (or 0xA8840D) is known color: Dark Goldenrod. HEX triplet: A8, 84 and 0D. RGB value is (168,132,13). Sum of RGB (Red+Green+Blue) = 168+132+13=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8840D is #577BF2. Grayscale: #818181. Windows color (decimal): -5733363 or 885928. OLE color: 885928.

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

Color convert

RGB 168 132 13 -
CMYK 0 0.21 0.92 0.34
HSL 46.06º 0.86% 0.35% -
HSV(B) 46.06º 0.92% 0.66% -
XYZ 24.47 24.86 3.89 -
YUV 129.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 168 132 13 0 0.21 0.92 0.34 46.06 0.86 0.35
Hex A8 84 D 0 15 5C 22 2E 56 23
Octal 250 204 15 0 25 134 42 56 126 43
Binary 10101000 10000100 1101 0 10101 1011100 100010 101110 1010110 100011

Color Harmonies of #A8840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8840D

Black with #A8840D

Text Example


Text Example

White with #A8840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8840D; }

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

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

background-color css

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

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

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

border-color css

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

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

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