Html Css Color HEX #A1982F Reef Gold

📋 copy color: '#A1982F'

red 161 ◦ green 152 ◦ blue 47

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

Shades of Reef Gold #A1982F

Tints of Reef Gold #A1982F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

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

R = 44.72%
G = 42.22%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1982F (or 0xA1982F) is known color: Reef Gold. HEX triplet: A1, 98 and 2F. RGB value is (161,152,47). Sum of RGB (Red+Green+Blue) = 161+152+47=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A1982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1982F is #5E67D0. Grayscale: #8F8F8F. Windows color (decimal): -6186961 or 3119265. OLE color: 3119265.

HSL color Cylindrical-coordinate representation of color #A1982F: hue angle of 55.26º 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 #A1982F is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 152 47 -
CMYK 0 0.06 0.71 0.37
HSL 55.26º 0.55% 0.41% -
HSV(B) 55.26º 0.71% 0.63% -
XYZ 26.44 30.24 7.13 -
YUV 142.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 161 152 47 0 0.06 0.71 0.37 55.26 0.55 0.41
Hex A1 98 2F 0 6 47 25 37 37 29
Octal 241 230 57 0 6 107 45 67 67 51
Binary 10100001 10011000 101111 0 110 1000111 100101 110111 110111 101001

Color Harmonies of #A1982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1982F

Black with #A1982F

Text Example


Text Example

White with #A1982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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