Html Css Color HEX #A18501 Dark Goldenrod

📋 copy color: '#A18501'

red 161 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #A18501

Tints of Dark Goldenrod #A18501

RGB

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

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

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

R = 54.58%
G = 45.08%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A18501 (or 0xA18501) is known color: Dark Goldenrod. HEX triplet: A1, 85 and 01. RGB value is (161,133,1). Sum of RGB (Red+Green+Blue) = 161+133+1=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A18501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18501 is #5E7AFE. Grayscale: #7E7E7E. Windows color (decimal): -6191871 or 99745. OLE color: 99745.

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

Color convert

RGB 161 133 1 -
CMYK 0 0.17 0.99 0.37
HSL 49.5º 0.99% 0.32% -
HSV(B) 49.5º 0.99% 0.63% -
XYZ 23.09 24.35 3.51 -
YUV 126.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 161 133 1 0 0.17 0.99 0.37 49.5 0.99 0.32
Hex A1 85 1 0 11 63 25 32 63 20
Octal 241 205 1 0 21 143 45 62 143 40
Binary 10100001 10000101 1 0 10001 1100011 100101 110010 1100011 100000

Color Harmonies of #A18501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18501

Black with #A18501

Text Example


Text Example

White with #A18501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18501; }

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

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

background-color css

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

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

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

border-color css

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

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

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