Html Css Color HEX #A7830A Dark Goldenrod

📋 copy color: '#A7830A'

red 167 ◦ green 131 ◦ blue 10

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

Shades of Dark Goldenrod #A7830A

Tints of Dark Goldenrod #A7830A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.25%

R = 54.22%
G = 42.53%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A7830A (or 0xA7830A) is known color: Dark Goldenrod. HEX triplet: A7, 83 and 0A. RGB value is (167,131,10). Sum of RGB (Red+Green+Blue) = 167+131+10=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A7830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7830A is #587CF5. Grayscale: #808080. Windows color (decimal): -5799158 or 689063. OLE color: 689063.

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

Color convert

RGB 167 131 10 -
CMYK 0 0.22 0.94 0.35
HSL 46.24º 0.89% 0.35% -
HSV(B) 46.24º 0.94% 0.65% -
XYZ 24.11 24.47 3.74 -
YUV 127.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 167 131 10 0 0.22 0.94 0.35 46.24 0.89 0.35
Hex A7 83 A 0 16 5E 23 2E 59 23
Octal 247 203 12 0 26 136 43 56 131 43
Binary 10100111 10000011 1010 0 10110 1011110 100011 101110 1011001 100011

Color Harmonies of #A7830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7830A

Black with #A7830A

Text Example


Text Example

White with #A7830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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