Html Css Color HEX #A48501 Dark Goldenrod

📋 copy color: '#A48501'

red 164 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #A48501

Tints of Dark Goldenrod #A48501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 55.03%
G = 44.63%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A48501 (or 0xA48501) is known color: Dark Goldenrod. HEX triplet: A4, 85 and 01. RGB value is (164,133,1). Sum of RGB (Red+Green+Blue) = 164+133+1=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A48501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48501 is #5B7AFE. Grayscale: #7F7F7F. Windows color (decimal): -5995263 or 99748. OLE color: 99748.

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

Color convert

RGB 164 133 1 -
CMYK 0 0.19 0.99 0.36
HSL 48.59º 0.99% 0.32% -
HSV(B) 48.59º 0.99% 0.64% -
XYZ 23.7 24.67 3.54 -
YUV 127.22 56.77 154.23 -
System Red Green Blue C M Y K H S L
Decimal 164 133 1 0 0.19 0.99 0.36 48.59 0.99 0.32
Hex A4 85 1 0 13 63 24 31 63 20
Octal 244 205 1 0 23 143 44 61 143 40
Binary 10100100 10000101 1 0 10011 1100011 100100 110001 1100011 100000

Color Harmonies of #A48501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48501

Black with #A48501

Text Example


Text Example

White with #A48501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48501; }

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

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

background-color css

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

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

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

border-color css

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

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

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