Html Css Color HEX #A8870D Dark Goldenrod

📋 copy color: '#A8870D'

red 168 ◦ green 135 ◦ blue 13

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

Shades of Dark Goldenrod #A8870D

Tints of Dark Goldenrod #A8870D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.72%

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

R = 53.16%
G = 42.72%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8870D (or 0xA8870D) is known color: Dark Goldenrod. HEX triplet: A8, 87 and 0D. RGB value is (168,135,13). Sum of RGB (Red+Green+Blue) = 168+135+13=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8870D is #5778F2. Grayscale: #838383. Windows color (decimal): -5732595 or 886696. OLE color: 886696.

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

Color convert

RGB 168 135 13 -
CMYK 0 0.20 0.92 0.34
HSL 47.23º 0.86% 0.35% -
HSV(B) 47.23º 0.92% 0.66% -
XYZ 24.89 25.68 4.03 -
YUV 130.96 61.43 154.42 -
System Red Green Blue C M Y K H S L
Decimal 168 135 13 0 0.20 0.92 0.34 47.23 0.86 0.35
Hex A8 87 D 0 14 5C 22 2F 56 23
Octal 250 207 15 0 24 134 42 57 126 43
Binary 10101000 10000111 1101 0 10100 1011100 100010 101111 1010110 100011

Color Harmonies of #A8870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8870D

Black with #A8870D

Text Example


Text Example

White with #A8870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8870D; }

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

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

background-color css

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

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

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

border-color css

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

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

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