Html Css Color HEX #A4830A Dark Goldenrod

📋 copy color: '#A4830A'

red 164 ◦ green 131 ◦ blue 10

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

Shades of Dark Goldenrod #A4830A

Tints of Dark Goldenrod #A4830A

RGB

 RED value IS 164 (64.45% from 255) = 53.77%

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

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

R = 53.77%
G = 42.95%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A4830A (or 0xA4830A) is known color: Dark Goldenrod. HEX triplet: A4, 83 and 0A. RGB value is (164,131,10). Sum of RGB (Red+Green+Blue) = 164+131+10=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A4830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4830A is #5B7CF5. Grayscale: #7F7F7F. Windows color (decimal): -5995766 or 689060. OLE color: 689060.

HSL color Cylindrical-coordinate representation of color #A4830A: hue angle of 47.14º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4830A is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 131 10 -
CMYK 0 0.20 0.94 0.36
HSL 47.14º 0.89% 0.34% -
HSV(B) 47.14º 0.94% 0.64% -
XYZ 23.48 24.15 3.71 -
YUV 127.07 61.93 154.34 -
System Red Green Blue C M Y K H S L
Decimal 164 131 10 0 0.20 0.94 0.36 47.14 0.89 0.34
Hex A4 83 A 0 14 5E 24 2F 59 22
Octal 244 203 12 0 24 136 44 57 131 42
Binary 10100100 10000011 1010 0 10100 1011110 100100 101111 1011001 100010

Color Harmonies of #A4830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4830A

Black with #A4830A

Text Example


Text Example

White with #A4830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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