Html Css Color HEX #A18C04 Dark Goldenrod

📋 copy color: '#A18C04'

red 161 ◦ green 140 ◦ blue 4

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

Shades of Dark Goldenrod #A18C04

Tints of Dark Goldenrod #A18C04

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.9%

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 52.79%
G = 45.9%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A18C04 (or 0xA18C04) is known color: Dark Goldenrod. HEX triplet: A1, 8C and 04. RGB value is (161,140,4). Sum of RGB (Red+Green+Blue) = 161+140+4=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18C04 is #5E73FB. Grayscale: #838383. Windows color (decimal): -6190076 or 298145. OLE color: 298145.

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

Color convert

RGB 161 140 4 -
CMYK 0 0.13 0.98 0.37
HSL 51.97º 0.95% 0.32% -
HSV(B) 51.97º 0.98% 0.63% -
XYZ 24.1 26.34 3.93 -
YUV 130.78 56.46 149.56 -
System Red Green Blue C M Y K H S L
Decimal 161 140 4 0 0.13 0.98 0.37 51.97 0.95 0.32
Hex A1 8C 4 0 D 62 25 34 5F 20
Octal 241 214 4 0 15 142 45 64 137 40
Binary 10100001 10001100 100 0 1101 1100010 100101 110100 1011111 100000

Color Harmonies of #A18C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C04

Black with #A18C04

Text Example


Text Example

White with #A18C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C04; }

 p { color: rgb(161,140,4); }

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

background-color css

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

 a { background-color: rgb(161,140,4); }

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

border-color css

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

 span { border-color: rgb(161,140,4); }

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