Html Css Color HEX #A18D00 Dark Goldenrod

📋 copy color: '#A18D00'

red 161 ◦ green 141 ◦ blue 0

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

Shades of Dark Goldenrod #A18D00

Tints of Dark Goldenrod #A18D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.69%

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

R = 53.31%
G = 46.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A18D00 (or 0xA18D00) is known color: Dark Goldenrod. HEX triplet: A1, 8D and 00. RGB value is (161,141,0). Sum of RGB (Red+Green+Blue) = 161+141+0=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18D00 is #5E72FF. Grayscale: #838383. Windows color (decimal): -6189824 or 36257. OLE color: 36257.

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

Color convert

RGB 161 141 0 -
CMYK 0 0.12 1 0.37
HSL 52.55º 1% 0.32% -
HSV(B) 52.55º 1% 0.63% -
XYZ 24.22 26.63 3.86 -
YUV 130.91 54.13 149.46 -
System Red Green Blue C M Y K H S L
Decimal 161 141 0 0 0.12 1 0.37 52.55 1 0.32
Hex A1 8D 0 0 C 64 25 35 64 20
Octal 241 215 0 0 14 144 45 65 144 40
Binary 10100001 10001101 0 0 1100 1100100 100101 110101 1100100 100000

Color Harmonies of #A18D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18D00

Black with #A18D00

Text Example


Text Example

White with #A18D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18D00; }

 p { color: rgb(161,141,0); }

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

background-color css

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

 a { background-color: rgb(161,141,0); }

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

border-color css

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

 span { border-color: rgb(161,141,0); }

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