Html Css Color HEX #A4880D Dark Goldenrod

📋 copy color: '#A4880D'

red 164 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #A4880D

Tints of Dark Goldenrod #A4880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.45%

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

R = 52.4%
G = 43.45%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A4880D (or 0xA4880D) is known color: Dark Goldenrod. HEX triplet: A4, 88 and 0D. RGB value is (164,136,13). Sum of RGB (Red+Green+Blue) = 164+136+13=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A4880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4880D is #5B77F2. Grayscale: #828282. Windows color (decimal): -5994483 or 886948. OLE color: 886948.

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

Color convert

RGB 164 136 13 -
CMYK 0 0.17 0.92 0.36
HSL 48.87º 0.85% 0.35% -
HSV(B) 48.87º 0.92% 0.64% -
XYZ 24.19 25.53 4.03 -
YUV 130.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 164 136 13 0 0.17 0.92 0.36 48.87 0.85 0.35
Hex A4 88 D 0 11 5C 24 31 55 23
Octal 244 210 15 0 21 134 44 61 125 43
Binary 10100100 10001000 1101 0 10001 1011100 100100 110001 1010101 100011

Color Harmonies of #A4880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4880D

Black with #A4880D

Text Example


Text Example

White with #A4880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4880D; }

 p { color: rgb(164,136,13); }

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

background-color css

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

 a { background-color: rgb(164,136,13); }

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

border-color css

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

 span { border-color: rgb(164,136,13); }

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