Html Css Color HEX #A1952C Reef Gold

📋 copy color: '#A1952C'

red 161 ◦ green 149 ◦ blue 44

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

Shades of Reef Gold #A1952C

Tints of Reef Gold #A1952C

RGB

 RED value IS 161 (63.28% from 255) = 45.48%

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

 BLUE value IS 44 (17.58% from 255) = 12.43%

R = 45.48%
G = 42.09%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1952C (or 0xA1952C) is known color: Reef Gold. HEX triplet: A1, 95 and 2C. RGB value is (161,149,44). Sum of RGB (Red+Green+Blue) = 161+149+44=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A1952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1952C is #5E6AD3. Grayscale: #8D8D8D. Windows color (decimal): -6187732 or 2921889. OLE color: 2921889.

HSL color Cylindrical-coordinate representation of color #A1952C: hue angle of 53.85º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1952C is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 149 44 -
CMYK 0 0.07 0.73 0.37
HSL 53.85º 0.57% 0.4% -
HSV(B) 53.85º 0.73% 0.63% -
XYZ 25.9 29.25 6.66 -
YUV 140.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 161 149 44 0 0.07 0.73 0.37 53.85 0.57 0.4
Hex A1 95 2C 0 7 49 25 36 39 28
Octal 241 225 54 0 7 111 45 66 71 50
Binary 10100001 10010101 101100 0 111 1001001 100101 110110 111001 101000

Color Harmonies of #A1952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1952C

Black with #A1952C

Text Example


Text Example

White with #A1952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1952C; }

 p { color: rgb(161,149,44); }

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

background-color css

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

 a { background-color: rgb(161,149,44); }

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

border-color css

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

 span { border-color: rgb(161,149,44); }

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