#A2963D

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

Shades of Reef Gold #A2963D

Tints of Reef Gold #A2963D

Color information

#A2963D (or 0xA2963D) is unknown color: approx Reef Gold. HEX triplet: A2, 96 and 3D. RGB value is (162,150,61). Sum of RGB (Red+Green+Blue) = 162+150+61=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2963D is #5D69C2. Grayscale: #8F8F8F. Windows color (decimal): -6121923 or 4036258. OLE color: 4036258.

HSL color Cylindrical-coordinate representation of color #A2963D: hue angle of 52.87º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2963D is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16215061-
CMYK00.070.620.36
HSL52.87º45.29%43.73%-
HSV(B)52.87º62.35%63.53%-
XYZ26.6529.838.77-
YUV143.4481.48141.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=43.43%
G=40.21%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621506100.070.620.3652.8745.2943.73
HexA2963D073E24352d2c
Octal24222675077644655554
Binary10100010100101101111010111111110100100110101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2963D; }

 p { color: rgb(162,150,61); }

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

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

 a { background-color: rgb(162,150,61); }

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

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

 span { border-color: rgb(162,150,61); }

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