Html Css Color HEX #A4840E Dark Goldenrod

📋 copy color: '#A4840E'

red 164 ◦ green 132 ◦ blue 14

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

Shades of Dark Goldenrod #A4840E

Tints of Dark Goldenrod #A4840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.58%

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 52.9%
G = 42.58%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4840E (or 0xA4840E) is known color: Dark Goldenrod. HEX triplet: A4, 84 and 0E. RGB value is (164,132,14). Sum of RGB (Red+Green+Blue) = 164+132+14=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4840E is #5B7BF1. Grayscale: #808080. Windows color (decimal): -5995506 or 951460. OLE color: 951460.

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

Color convert

RGB 164 132 14 -
CMYK 0 0.20 0.91 0.36
HSL 47.2º 0.84% 0.35% -
HSV(B) 47.2º 0.91% 0.64% -
XYZ 23.64 24.43 3.88 -
YUV 128.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 164 132 14 0 0.20 0.91 0.36 47.2 0.84 0.35
Hex A4 84 E 0 14 5B 24 2F 54 23
Octal 244 204 16 0 24 133 44 57 124 43
Binary 10100100 10000100 1110 0 10100 1011011 100100 101111 1010100 100011

Color Harmonies of #A4840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4840E

Black with #A4840E

Text Example


Text Example

White with #A4840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4840E; }

 p { color: rgb(164,132,14); }

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

background-color css

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

 a { background-color: rgb(164,132,14); }

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

border-color css

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

 span { border-color: rgb(164,132,14); }

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