Html Css Color HEX #A1992F Reef Gold

📋 copy color: '#A1992F'

red 161 ◦ green 153 ◦ blue 47

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

Shades of Reef Gold #A1992F

Tints of Reef Gold #A1992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

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

R = 44.6%
G = 42.38%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1992F (or 0xA1992F) is known color: Reef Gold. HEX triplet: A1, 99 and 2F. RGB value is (161,153,47). Sum of RGB (Red+Green+Blue) = 161+153+47=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A1992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1992F is #5E66D0. Grayscale: #8F8F8F. Windows color (decimal): -6186705 or 3119521. OLE color: 3119521.

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

Color convert

RGB 161 153 47 -
CMYK 0 0.05 0.71 0.37
HSL 55.79º 0.55% 0.41% -
HSV(B) 55.79º 0.71% 0.63% -
XYZ 26.6 30.56 7.19 -
YUV 143.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 161 153 47 0 0.05 0.71 0.37 55.79 0.55 0.41
Hex A1 99 2F 0 5 47 25 38 37 29
Octal 241 231 57 0 5 107 45 70 67 51
Binary 10100001 10011001 101111 0 101 1000111 100101 111000 110111 101001

Color Harmonies of #A1992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1992F

Black with #A1992F

Text Example


Text Example

White with #A1992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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