Html Css Color HEX #A2963F Reef Gold

📋 copy color: '#A2963F'

red 162 ◦ green 150 ◦ blue 63

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

Shades of Reef Gold #A2963F

Tints of Reef Gold #A2963F

RGB

 RED value IS 162 (63.67% from 255) = 43.2%

 GREEN value IS 150 (58.98% from 255) = 40%

 BLUE value IS 63 (25% from 255) = 16.8%

R = 43.2%
G = 40%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2963F (or 0xA2963F) is known color: Reef Gold. HEX triplet: A2, 96 and 3F. RGB value is (162,150,63). Sum of RGB (Red+Green+Blue) = 162+150+63=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2963F is #5D69C0. Grayscale: #909090. Windows color (decimal): -6121921 or 4167330. OLE color: 4167330.

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

Color convert

RGB 162 150 63 -
CMYK 0 0.07 0.61 0.36
HSL 52.73º 0.44% 0.44% -
HSV(B) 52.73º 0.61% 0.64% -
XYZ 26.7 29.85 9.06 -
YUV 143.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 162 150 63 0 0.07 0.61 0.36 52.73 0.44 0.44
Hex A2 96 3F 0 7 3D 24 35 2C 2C
Octal 242 226 77 0 7 75 44 65 54 54
Binary 10100010 10010110 111111 0 111 111101 100100 110101 101100 101100

Color Harmonies of #A2963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2963F

Black with #A2963F

Text Example


Text Example

White with #A2963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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