Html Css Color HEX #A2952D Reef Gold

📋 copy color: '#A2952D'

red 162 ◦ green 149 ◦ blue 45

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

Shades of Reef Gold #A2952D

Tints of Reef Gold #A2952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.64%

R = 45.51%
G = 41.85%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2952D (or 0xA2952D) is known color: Reef Gold. HEX triplet: A2, 95 and 2D. RGB value is (162,149,45). Sum of RGB (Red+Green+Blue) = 162+149+45=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2952D is #5D6AD2. Grayscale: #8D8D8D. Windows color (decimal): -6122195 or 2987426. OLE color: 2987426.

HSL color Cylindrical-coordinate representation of color #A2952D: hue angle of 53.33º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2952D is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 149 45 -
CMYK 0 0.08 0.72 0.36
HSL 53.33º 0.57% 0.41% -
HSV(B) 53.33º 0.72% 0.64% -
XYZ 26.12 29.37 6.77 -
YUV 141.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 162 149 45 0 0.08 0.72 0.36 53.33 0.57 0.41
Hex A2 95 2D 0 8 48 24 35 39 29
Octal 242 225 55 0 10 110 44 65 71 51
Binary 10100010 10010101 101101 0 1000 1001000 100100 110101 111001 101001

Color Harmonies of #A2952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2952D

Black with #A2952D

Text Example


Text Example

White with #A2952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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