Html Css Color HEX #A19331 Reef Gold

📋 copy color: '#A19331'

red 161 ◦ green 147 ◦ blue 49

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

Shades of Reef Gold #A19331

Tints of Reef Gold #A19331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 45.1%
G = 41.18%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A19331 (or 0xA19331) is known color: Reef Gold. HEX triplet: A1, 93 and 31. RGB value is (161,147,49). Sum of RGB (Red+Green+Blue) = 161+147+49=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A19331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19331 is #5E6CCE. Grayscale: #8C8C8C. Windows color (decimal): -6188239 or 3249057. OLE color: 3249057.

HSL color Cylindrical-coordinate representation of color #A19331: hue angle of 52.5º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A19331 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 147 49 -
CMYK 0 0.09 0.70 0.37
HSL 52.5º 0.53% 0.41% -
HSV(B) 52.5º 0.7% 0.63% -
XYZ 25.69 28.67 7.09 -
YUV 140.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 161 147 49 0 0.09 0.70 0.37 52.5 0.53 0.41
Hex A1 93 31 0 9 46 25 34 35 29
Octal 241 223 61 0 11 106 45 64 65 51
Binary 10100001 10010011 110001 0 1001 1000110 100101 110100 110101 101001

Color Harmonies of #A19331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19331

Black with #A19331

Text Example


Text Example

White with #A19331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19331; }

 p { color: rgb(161,147,49); }

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

background-color css

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

 a { background-color: rgb(161,147,49); }

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

border-color css

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

 span { border-color: rgb(161,147,49); }

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