Html Css Color HEX #A1953E Reef Gold

📋 copy color: '#A1953E'

red 161 ◦ green 149 ◦ blue 62

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

Shades of Reef Gold #A1953E

Tints of Reef Gold #A1953E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.67%

R = 43.28%
G = 40.05%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1953E (or 0xA1953E) is known color: Reef Gold. HEX triplet: A1, 95 and 3E. RGB value is (161,149,62). Sum of RGB (Red+Green+Blue) = 161+149+62=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1953E is #5E6AC1. Grayscale: #8F8F8F. Windows color (decimal): -6187714 or 4101537. OLE color: 4101537.

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

Color convert

RGB 161 149 62 -
CMYK 0 0.07 0.61 0.37
HSL 52.73º 0.44% 0.44% -
HSV(B) 52.73º 0.61% 0.63% -
XYZ 26.31 29.42 8.85 -
YUV 142.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 161 149 62 0 0.07 0.61 0.37 52.73 0.44 0.44
Hex A1 95 3E 0 7 3D 25 35 2C 2C
Octal 241 225 76 0 7 75 45 65 54 54
Binary 10100001 10010101 111110 0 111 111101 100101 110101 101100 101100

Color Harmonies of #A1953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1953E

Black with #A1953E

Text Example


Text Example

White with #A1953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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