Html Css Color HEX #A18C03 Dark Goldenrod

📋 copy color: '#A18C03'

red 161 ◦ green 140 ◦ blue 3

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

Shades of Dark Goldenrod #A18C03

Tints of Dark Goldenrod #A18C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 52.96%
G = 46.05%
B = 0.99%

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

#A18C03 (or 0xA18C03) is known color: Dark Goldenrod. HEX triplet: A1, 8C and 03. RGB value is (161,140,3). Sum of RGB (Red+Green+Blue) = 161+140+3=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18C03 is #5E73FC. Grayscale: #838383. Windows color (decimal): -6190077 or 232609. OLE color: 232609.

HSL color Cylindrical-coordinate representation of color #A18C03: hue angle of 52.03º degrees, saturation: 0.96, 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 #A18C03 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 140 3 -
CMYK 0 0.13 0.98 0.37
HSL 52.03º 0.96% 0.32% -
HSV(B) 52.03º 0.98% 0.63% -
XYZ 24.09 26.34 3.9 -
YUV 130.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 161 140 3 0 0.13 0.98 0.37 52.03 0.96 0.32
Hex A1 8C 3 0 D 62 25 34 60 20
Octal 241 214 3 0 15 142 45 64 140 40
Binary 10100001 10001100 11 0 1101 1100010 100101 110100 1100000 100000

Color Harmonies of #A18C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C03

Black with #A18C03

Text Example


Text Example

White with #A18C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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