Html Css Color HEX #A19031 Reef Gold

📋 copy color: '#A19031'

red 161 ◦ green 144 ◦ blue 49

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

Shades of Reef Gold #A19031

Tints of Reef Gold #A19031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

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

R = 45.48%
G = 40.68%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A19031 (or 0xA19031) is known color: Reef Gold. HEX triplet: A1, 90 and 31. RGB value is (161,144,49). Sum of RGB (Red+Green+Blue) = 161+144+49=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A19031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19031 is #5E6FCE. Grayscale: #8A8A8A. Windows color (decimal): -6189007 or 3248289. OLE color: 3248289.

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

Color convert

RGB 161 144 49 -
CMYK 0 0.11 0.70 0.37
HSL 50.89º 0.53% 0.41% -
HSV(B) 50.89º 0.7% 0.63% -
XYZ 25.23 27.75 6.93 -
YUV 138.25 77.63 144.22 -
System Red Green Blue C M Y K H S L
Decimal 161 144 49 0 0.11 0.70 0.37 50.89 0.53 0.41
Hex A1 90 31 0 B 46 25 33 35 29
Octal 241 220 61 0 13 106 45 63 65 51
Binary 10100001 10010000 110001 0 1011 1000110 100101 110011 110101 101001

Color Harmonies of #A19031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19031

Black with #A19031

Text Example


Text Example

White with #A19031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19031; }

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

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

background-color css

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

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

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

border-color css

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

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

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