Html Css Color HEX #A7820D Dark Goldenrod

📋 copy color: '#A7820D'

red 167 ◦ green 130 ◦ blue 13

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

Shades of Dark Goldenrod #A7820D

Tints of Dark Goldenrod #A7820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

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

R = 53.87%
G = 41.94%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7820D (or 0xA7820D) is known color: Dark Goldenrod. HEX triplet: A7, 82 and 0D. RGB value is (167,130,13). Sum of RGB (Red+Green+Blue) = 167+130+13=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7820D is #587DF2. Grayscale: #808080. Windows color (decimal): -5799411 or 885415. OLE color: 885415.

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

Color convert

RGB 167 130 13 -
CMYK 0 0.22 0.92 0.35
HSL 45.58º 0.86% 0.35% -
HSV(B) 45.58º 0.92% 0.65% -
XYZ 23.99 24.21 3.79 -
YUV 127.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 167 130 13 0 0.22 0.92 0.35 45.58 0.86 0.35
Hex A7 82 D 0 16 5C 23 2E 56 23
Octal 247 202 15 0 26 134 43 56 126 43
Binary 10100111 10000010 1101 0 10110 1011100 100011 101110 1010110 100011

Color Harmonies of #A7820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7820D

Black with #A7820D

Text Example


Text Example

White with #A7820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7820D; }

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

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

background-color css

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

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

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

border-color css

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

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

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