Html Css Color HEX #A48C00 Dark Goldenrod

📋 copy color: '#A48C00'

red 164 ◦ green 140 ◦ blue 0

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

Shades of Dark Goldenrod #A48C00

Tints of Dark Goldenrod #A48C00

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.95%
G = 46.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A48C00 (or 0xA48C00) is known color: Dark Goldenrod. HEX triplet: A4, 8C and 00. RGB value is (164,140,0). Sum of RGB (Red+Green+Blue) = 164+140+0=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48C00 is #5B73FF. Grayscale: #838383. Windows color (decimal): -5993472 or 36004. OLE color: 36004.

HSL color Cylindrical-coordinate representation of color #A48C00: hue angle of 51.22º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A48C00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 140 0 -
CMYK 0 0.15 1 0.36
HSL 51.22º 1% 0.32% -
HSV(B) 51.22º 1% 0.64% -
XYZ 24.69 26.65 3.84 -
YUV 131.22 53.95 151.38 -
System Red Green Blue C M Y K H S L
Decimal 164 140 0 0 0.15 1 0.36 51.22 1 0.32
Hex A4 8C 0 0 F 64 24 33 64 20
Octal 244 214 0 0 17 144 44 63 144 40
Binary 10100100 10001100 0 0 1111 1100100 100100 110011 1100100 100000

Color Harmonies of #A48C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C00

Black with #A48C00

Text Example


Text Example

White with #A48C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C00; }

 p { color: rgb(164,140,0); }

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

background-color css

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

 a { background-color: rgb(164,140,0); }

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

border-color css

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

 span { border-color: rgb(164,140,0); }

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