#A28338

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

Shades of Reef Gold #A28338

Tints of Reef Gold #A28338

Color information

#A28338 (or 0xA28338) is unknown color: approx Reef Gold. HEX triplet: A2, 83 and 38. RGB value is (162,131,56). Sum of RGB (Red+Green+Blue) = 162+131+56=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A28338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28338 is #5D7CC7. Grayscale: #848484. Windows color (decimal): -6126792 or 3703714. OLE color: 3703714.

HSL color Cylindrical-coordinate representation of color #A28338: hue angle of 42.45º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A28338 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB16213156-
CMYK00.190.650.36
HSL42.45º48.62%42.75%-
HSV(B)42.45º65.43%63.53%-
XYZ23.7324.27.16-
YUV131.7285.27149.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 56 (22.27% from 255) = 16.05%
R=46.42%
G=37.54%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621315600.190.650.3642.4548.6242.75
HexA2833801341242a312b
Octal2422037002310144526153
Binary10100010100000111110000100111000001100100101010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28338; }

 p { color: rgb(162,131,56); }

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

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

 a { background-color: rgb(162,131,56); }

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

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

 span { border-color: rgb(162,131,56); }

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