#A19834

Color #A19834 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A19834

Tints of Reef Gold #A19834

Color information

#A19834 (or 0xA19834) is unknown color: approx Reef Gold. HEX triplet: A1, 98 and 34. RGB value is (161,152,52). Sum of RGB (Red+Green+Blue) = 161+152+52=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A19834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19834 is #5E67CB. Grayscale: #8F8F8F. Windows color (decimal): -6186956 or 3446945. OLE color: 3446945.

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

Color convert

RGB16115252-
CMYK00.060.680.37
HSL55.05º51.17%41.76%-
HSV(B)55.05º67.7%63.14%-
XYZ26.5530.287.69-
YUV143.2976.48140.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 52 (20.70% from 255) = 14.25%
R=44.11%
G=41.64%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611525200.060.680.3755.0551.1741.76
HexA1983406442537332a
Octal241230640610445676352
Binary101000011001100011010001101000100100101110111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19834; }

 p { color: rgb(161,152,52); }

 H1.HeaderClassName
 {
   color: #A19834;
 }
 .AnyTagClassName
 {
   color: #A19834;
 }
</style>
background-color css

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

 a { background-color: rgb(161,152,52); }

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

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

 span { border-color: rgb(161,152,52); }

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