Html Css Color HEX #A1942F Reef Gold

📋 copy color: '#A1942F'

red 161 ◦ green 148 ◦ blue 47

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

Shades of Reef Gold #A1942F

Tints of Reef Gold #A1942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.57%

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 45.22%
G = 41.57%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1942F (or 0xA1942F) is known color: Reef Gold. HEX triplet: A1, 94 and 2F. RGB value is (161,148,47). Sum of RGB (Red+Green+Blue) = 161+148+47=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1942F is #5E6BD0. Grayscale: #8C8C8C. Windows color (decimal): -6187985 or 3118241. OLE color: 3118241.

HSL color Cylindrical-coordinate representation of color #A1942F: hue angle of 53.16º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1942F is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 148 47 -
CMYK 0 0.08 0.71 0.37
HSL 53.16º 0.55% 0.41% -
HSV(B) 53.16º 0.71% 0.63% -
XYZ 25.8 28.96 6.92 -
YUV 140.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 161 148 47 0 0.08 0.71 0.37 53.16 0.55 0.41
Hex A1 94 2F 0 8 47 25 35 37 29
Octal 241 224 57 0 10 107 45 65 67 51
Binary 10100001 10010100 101111 0 1000 1000111 100101 110101 110111 101001

Color Harmonies of #A1942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1942F

Black with #A1942F

Text Example


Text Example

White with #A1942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1942F; }

 p { color: rgb(161,148,47); }

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

background-color css

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

 a { background-color: rgb(161,148,47); }

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

border-color css

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

 span { border-color: rgb(161,148,47); }

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