Html Css Color HEX #A19139 Reef Gold

📋 copy color: '#A19139'

red 161 ◦ green 145 ◦ blue 57

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

Shades of Reef Gold #A19139

Tints of Reef Gold #A19139

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

 BLUE value IS 57 (22.66% from 255) = 15.7%

R = 44.35%
G = 39.94%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A19139 (or 0xA19139) is known color: Reef Gold. HEX triplet: A1, 91 and 39. RGB value is (161,145,57). Sum of RGB (Red+Green+Blue) = 161+145+57=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A19139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19139 is #5E6EC6. Grayscale: #8C8C8C. Windows color (decimal): -6188743 or 3772833. OLE color: 3772833.

HSL color Cylindrical-coordinate representation of color #A19139: hue angle of 50.77º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A19139 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 145 57 -
CMYK 0 0.10 0.65 0.37
HSL 50.77º 0.48% 0.43% -
HSV(B) 50.77º 0.65% 0.63% -
XYZ 25.56 28.12 7.95 -
YUV 139.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 161 145 57 0 0.10 0.65 0.37 50.77 0.48 0.43
Hex A1 91 39 0 A 41 25 33 30 2B
Octal 241 221 71 0 12 101 45 63 60 53
Binary 10100001 10010001 111001 0 1010 1000001 100101 110011 110000 101011

Color Harmonies of #A19139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19139

Black with #A19139

Text Example


Text Example

White with #A19139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19139; }

 p { color: rgb(161,145,57); }

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

background-color css

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

 a { background-color: rgb(161,145,57); }

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

border-color css

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

 span { border-color: rgb(161,145,57); }

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