Html Css Color HEX #A48401 Dark Goldenrod

📋 copy color: '#A48401'

red 164 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #A48401

Tints of Dark Goldenrod #A48401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.44%

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

R = 55.22%
G = 44.44%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A48401 (or 0xA48401) is known color: Dark Goldenrod. HEX triplet: A4, 84 and 01. RGB value is (164,132,1). Sum of RGB (Red+Green+Blue) = 164+132+1=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A48401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48401 is #5B7BFE. Grayscale: #7F7F7F. Windows color (decimal): -5995519 or 99492. OLE color: 99492.

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

Color convert

RGB 164 132 1 -
CMYK 0 0.20 0.99 0.36
HSL 48.22º 0.99% 0.32% -
HSV(B) 48.22º 0.99% 0.64% -
XYZ 23.57 24.4 3.5 -
YUV 126.63 57.1 154.65 -
System Red Green Blue C M Y K H S L
Decimal 164 132 1 0 0.20 0.99 0.36 48.22 0.99 0.32
Hex A4 84 1 0 14 63 24 30 63 20
Octal 244 204 1 0 24 143 44 60 143 40
Binary 10100100 10000100 1 0 10100 1100011 100100 110000 1100011 100000

Color Harmonies of #A48401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48401

Black with #A48401

Text Example


Text Example

White with #A48401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48401; }

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

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

background-color css

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

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

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

border-color css

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

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

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