Html Css Color HEX #A4830B Dark Goldenrod

📋 copy color: '#A4830B'

red 164 ◦ green 131 ◦ blue 11

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

Shades of Dark Goldenrod #A4830B

Tints of Dark Goldenrod #A4830B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.59%

R = 53.59%
G = 42.81%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4830B (or 0xA4830B) is known color: Dark Goldenrod. HEX triplet: A4, 83 and 0B. RGB value is (164,131,11). Sum of RGB (Red+Green+Blue) = 164+131+11=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4830B is #5B7CF4. Grayscale: #7F7F7F. Windows color (decimal): -5995765 or 754596. OLE color: 754596.

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

Color convert

RGB 164 131 11 -
CMYK 0 0.20 0.93 0.36
HSL 47.06º 0.87% 0.34% -
HSV(B) 47.06º 0.93% 0.64% -
XYZ 23.49 24.15 3.74 -
YUV 127.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 164 131 11 0 0.20 0.93 0.36 47.06 0.87 0.34
Hex A4 83 B 0 14 5D 24 2F 57 22
Octal 244 203 13 0 24 135 44 57 127 42
Binary 10100100 10000011 1011 0 10100 1011101 100100 101111 1010111 100010

Color Harmonies of #A4830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4830B

Black with #A4830B

Text Example


Text Example

White with #A4830B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4830B; }

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

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

background-color css

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

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

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

border-color css

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

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

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