Html Css Color HEX #A18401 Dark Goldenrod

📋 copy color: '#A18401'

red 161 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #A18401

Tints of Dark Goldenrod #A18401

RGB

 RED value IS 161 (63.28% from 255) = 54.76%

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

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

R = 54.76%
G = 44.9%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A18401 (or 0xA18401) is known color: Dark Goldenrod. HEX triplet: A1, 84 and 01. RGB value is (161,132,1). Sum of RGB (Red+Green+Blue) = 161+132+1=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A18401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18401 is #5E7BFE. Grayscale: #7E7E7E. Windows color (decimal): -6192127 or 99489. OLE color: 99489.

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

Color convert

RGB 161 132 1 -
CMYK 0 0.18 0.99 0.37
HSL 49.13º 0.99% 0.32% -
HSV(B) 49.13º 0.99% 0.63% -
XYZ 22.95 24.08 3.47 -
YUV 125.74 57.61 153.15 -
System Red Green Blue C M Y K H S L
Decimal 161 132 1 0 0.18 0.99 0.37 49.13 0.99 0.32
Hex A1 84 1 0 12 63 25 31 63 20
Octal 241 204 1 0 22 143 45 61 143 40
Binary 10100001 10000100 1 0 10010 1100011 100101 110001 1100011 100000

Color Harmonies of #A18401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18401

Black with #A18401

Text Example


Text Example

White with #A18401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18401; }

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

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

background-color css

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

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

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

border-color css

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

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

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