#A1903C

Color #A1903C Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A1903C

Tints of Reef Gold #A1903C

Color information

#A1903C (or 0xA1903C) is unknown color: approx Reef Gold. HEX triplet: A1, 90 and 3C. RGB value is (161,144,60). Sum of RGB (Red+Green+Blue) = 161+144+60=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A1903C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1903C is #5E6FC3. Grayscale: #8B8B8B. Windows color (decimal): -6188996 or 3969185. OLE color: 3969185.

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

Color convert

RGB16114460-
CMYK00.110.630.37
HSL49.9º45.7%43.33%-
HSV(B)49.9º62.73%63.14%-
XYZ25.4927.858.31-
YUV139.5183.13143.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=44.11%
G=39.45%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611446000.110.630.3749.945.743.33
HexA1903C0B3F25322e2b
Octal241220740137745625653
Binary101000011001000011110001011111111100101110010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1903C; }

 p { color: rgb(161,144,60); }

 H1.HeaderClassName
 {
   color: #A1903C;
 }
 .AnyTagClassName
 {
   color: #A1903C;
 }
</style>
background-color css

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

 a { background-color: rgb(161,144,60); }

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

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

 span { border-color: rgb(161,144,60); }

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