Html Css Color HEX #A48500 Dark Goldenrod

📋 copy color: '#A48500'

red 164 ◦ green 133 ◦ blue 0

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

Shades of Dark Goldenrod #A48500

Tints of Dark Goldenrod #A48500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

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

R = 55.22%
G = 44.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A48500 (or 0xA48500) is known color: Dark Goldenrod. HEX triplet: A4, 85 and 00. RGB value is (164,133,0). Sum of RGB (Red+Green+Blue) = 164+133+0=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A48500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48500 is #5B7AFF. Grayscale: #7F7F7F. Windows color (decimal): -5995264 or 34212. OLE color: 34212.

HSL color Cylindrical-coordinate representation of color #A48500: hue angle of 48.66º 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 #A48500 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 133 0 -
CMYK 0 0.19 1 0.36
HSL 48.66º 1% 0.32% -
HSV(B) 48.66º 1% 0.64% -
XYZ 23.7 24.67 3.51 -
YUV 127.11 56.27 154.31 -
System Red Green Blue C M Y K H S L
Decimal 164 133 0 0 0.19 1 0.36 48.66 1 0.32
Hex A4 85 0 0 13 64 24 31 64 20
Octal 244 205 0 0 23 144 44 61 144 40
Binary 10100100 10000101 0 0 10011 1100100 100100 110001 1100100 100000

Color Harmonies of #A48500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48500

Black with #A48500

Text Example


Text Example

White with #A48500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48500; }

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

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

background-color css

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

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

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

border-color css

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

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

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