Html Css Color HEX #A7830D Dark Goldenrod

📋 copy color: '#A7830D'

red 167 ◦ green 131 ◦ blue 13

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

Shades of Dark Goldenrod #A7830D

Tints of Dark Goldenrod #A7830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.12%

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

R = 53.7%
G = 42.12%
B = 4.18%

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

#A7830D (or 0xA7830D) is known color: Dark Goldenrod. HEX triplet: A7, 83 and 0D. RGB value is (167,131,13). Sum of RGB (Red+Green+Blue) = 167+131+13=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A7830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7830D is #587CF2. Grayscale: #808080. Windows color (decimal): -5799155 or 885671. OLE color: 885671.

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

Color convert

RGB 167 131 13 -
CMYK 0 0.22 0.92 0.35
HSL 45.97º 0.86% 0.35% -
HSV(B) 45.97º 0.92% 0.65% -
XYZ 24.13 24.48 3.83 -
YUV 128.31 62.93 155.59 -
System Red Green Blue C M Y K H S L
Decimal 167 131 13 0 0.22 0.92 0.35 45.97 0.86 0.35
Hex A7 83 D 0 16 5C 23 2E 56 23
Octal 247 203 15 0 26 134 43 56 126 43
Binary 10100111 10000011 1101 0 10110 1011100 100011 101110 1010110 100011

Color Harmonies of #A7830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7830D

Black with #A7830D

Text Example


Text Example

White with #A7830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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