Html Css Color HEX #A19232 Reef Gold

📋 copy color: '#A19232'

red 161 ◦ green 146 ◦ blue 50

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

Shades of Reef Gold #A19232

Tints of Reef Gold #A19232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.9%

 BLUE value IS 50 (19.92% from 255) = 14.01%

R = 45.1%
G = 40.9%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A19232 (or 0xA19232) is known color: Reef Gold. HEX triplet: A1, 92 and 32. RGB value is (161,146,50). Sum of RGB (Red+Green+Blue) = 161+146+50=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A19232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19232 is #5E6DCD. Grayscale: #8B8B8B. Windows color (decimal): -6188494 or 3314337. OLE color: 3314337.

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

Color convert

RGB 161 146 50 -
CMYK 0 0.09 0.69 0.37
HSL 51.89º 0.53% 0.41% -
HSV(B) 51.89º 0.69% 0.63% -
XYZ 25.55 28.37 7.15 -
YUV 139.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 161 146 50 0 0.09 0.69 0.37 51.89 0.53 0.41
Hex A1 92 32 0 9 45 25 34 35 29
Octal 241 222 62 0 11 105 45 64 65 51
Binary 10100001 10010010 110010 0 1001 1000101 100101 110100 110101 101001

Color Harmonies of #A19232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19232

Black with #A19232

Text Example


Text Example

White with #A19232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19232; }

 p { color: rgb(161,146,50); }

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

background-color css

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

 a { background-color: rgb(161,146,50); }

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

border-color css

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

 span { border-color: rgb(161,146,50); }

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