Html Css Color HEX #A7810D Dark Goldenrod

📋 copy color: '#A7810D'

red 167 ◦ green 129 ◦ blue 13

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

Shades of Dark Goldenrod #A7810D

Tints of Dark Goldenrod #A7810D

RGB

 RED value IS 167 (65.63% from 255) = 54.05%

 GREEN value IS 129 (50.78% from 255) = 41.75%

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

R = 54.05%
G = 41.75%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7810D (or 0xA7810D) is known color: Dark Goldenrod. HEX triplet: A7, 81 and 0D. RGB value is (167,129,13). Sum of RGB (Red+Green+Blue) = 167+129+13=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A7810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7810D is #587EF2. Grayscale: #7F7F7F. Windows color (decimal): -5799667 or 885159. OLE color: 885159.

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

Color convert

RGB 167 129 13 -
CMYK 0 0.23 0.92 0.35
HSL 45.19º 0.86% 0.35% -
HSV(B) 45.19º 0.92% 0.65% -
XYZ 23.86 23.95 3.75 -
YUV 127.14 63.59 156.43 -
System Red Green Blue C M Y K H S L
Decimal 167 129 13 0 0.23 0.92 0.35 45.19 0.86 0.35
Hex A7 81 D 0 17 5C 23 2D 56 23
Octal 247 201 15 0 27 134 43 55 126 43
Binary 10100111 10000001 1101 0 10111 1011100 100011 101101 1010110 100011

Color Harmonies of #A7810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7810D

Black with #A7810D

Text Example


Text Example

White with #A7810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7810D; }

 p { color: rgb(167,129,13); }

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

background-color css

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

 a { background-color: rgb(167,129,13); }

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

border-color css

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

 span { border-color: rgb(167,129,13); }

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