Html Css Color HEX #A19137 Reef Gold

📋 copy color: '#A19137'

red 161 ◦ green 145 ◦ blue 55

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

Shades of Reef Gold #A19137

Tints of Reef Gold #A19137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.24%

R = 44.6%
G = 40.17%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A19137 (or 0xA19137) is known color: Reef Gold. HEX triplet: A1, 91 and 37. RGB value is (161,145,55). Sum of RGB (Red+Green+Blue) = 161+145+55=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A19137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19137 is #5E6EC8. Grayscale: #8B8B8B. Windows color (decimal): -6188745 or 3641761. OLE color: 3641761.

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

Color convert

RGB 161 145 55 -
CMYK 0 0.10 0.66 0.37
HSL 50.94º 0.49% 0.42% -
HSV(B) 50.94º 0.66% 0.63% -
XYZ 25.51 28.1 7.69 -
YUV 139.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 161 145 55 0 0.10 0.66 0.37 50.94 0.49 0.42
Hex A1 91 37 0 A 42 25 33 31 2A
Octal 241 221 67 0 12 102 45 63 61 52
Binary 10100001 10010001 110111 0 1010 1000010 100101 110011 110001 101010

Color Harmonies of #A19137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19137

Black with #A19137

Text Example


Text Example

White with #A19137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19137; }

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

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

background-color css

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

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

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

border-color css

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

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

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