Html Css Color HEX #A48A0C Dark Goldenrod

📋 copy color: '#A48A0C'

red 164 ◦ green 138 ◦ blue 12

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

Shades of Dark Goldenrod #A48A0C

Tints of Dark Goldenrod #A48A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.95%

 BLUE value IS 12 (5.08% from 255) = 3.82%

R = 52.23%
G = 43.95%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A48A0C (or 0xA48A0C) is known color: Dark Goldenrod. HEX triplet: A4, 8A and 0C. RGB value is (164,138,12). Sum of RGB (Red+Green+Blue) = 164+138+12=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48A0C is #5B75F3. Grayscale: #838383. Windows color (decimal): -5993972 or 821924. OLE color: 821924.

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

Color convert

RGB 164 138 12 -
CMYK 0 0.16 0.93 0.36
HSL 49.74º 0.86% 0.35% -
HSV(B) 49.74º 0.93% 0.64% -
XYZ 24.46 26.1 4.1 -
YUV 131.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 164 138 12 0 0.16 0.93 0.36 49.74 0.86 0.35
Hex A4 8A C 0 10 5D 24 32 56 23
Octal 244 212 14 0 20 135 44 62 126 43
Binary 10100100 10001010 1100 0 10000 1011101 100100 110010 1010110 100011

Color Harmonies of #A48A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A0C

Black with #A48A0C

Text Example


Text Example

White with #A48A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A0C; }

 p { color: rgb(164,138,12); }

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

background-color css

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

 a { background-color: rgb(164,138,12); }

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

border-color css

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

 span { border-color: rgb(164,138,12); }

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