Html Css Color HEX #A2953D Reef Gold

📋 copy color: '#A2953D'

red 162 ◦ green 149 ◦ blue 61

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

Shades of Reef Gold #A2953D

Tints of Reef Gold #A2953D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

 BLUE value IS 61 (24.22% from 255) = 16.4%

R = 43.55%
G = 40.05%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2953D (or 0xA2953D) is known color: Reef Gold. HEX triplet: A2, 95 and 3D. RGB value is (162,149,61). Sum of RGB (Red+Green+Blue) = 162+149+61=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2953D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2953D is #5D6AC2. Grayscale: #8F8F8F. Windows color (decimal): -6122179 or 4036002. OLE color: 4036002.

HSL color Cylindrical-coordinate representation of color #A2953D: hue angle of 52.28º 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 #A2953D is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 149 61 -
CMYK 0 0.08 0.62 0.36
HSL 52.28º 0.45% 0.44% -
HSV(B) 52.28º 0.62% 0.64% -
XYZ 26.49 29.51 8.72 -
YUV 142.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 162 149 61 0 0.08 0.62 0.36 52.28 0.45 0.44
Hex A2 95 3D 0 8 3E 24 34 2D 2C
Octal 242 225 75 0 10 76 44 64 55 54
Binary 10100010 10010101 111101 0 1000 111110 100100 110100 101101 101100

Color Harmonies of #A2953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2953D

Black with #A2953D

Text Example


Text Example

White with #A2953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2953D; }

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

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

background-color css

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

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

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

border-color css

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

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

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