#AF9538

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

Shades of Reef Gold #AF9538

Tints of Reef Gold #AF9538

Color information

#AF9538 (or 0xAF9538) is unknown color: approx Reef Gold. HEX triplet: AF, 95 and 38. RGB value is (175,149,56). Sum of RGB (Red+Green+Blue) = 175+149+56=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9538 is #506AC7. Grayscale: #929292. Windows color (decimal): -5270216 or 3708335. OLE color: 3708335.

HSL color Cylindrical-coordinate representation of color #AF9538: hue angle of 46.89º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF9538 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17514956-
CMYK00.150.680.31
HSL46.89º51.52%45.29%-
HSV(B)46.89º68%68.63%-
XYZ29.1430.898.17-
YUV146.1777.11148.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 149 (58.59% from 255) = 39.21%
BLUE value IS 56 (22.27% from 255) = 14.74%
R=46.05%
G=39.21%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751495600.150.680.3146.8951.5245.29
HexAF95380F441F2f342d
Octal2572257001710437576455
Binary101011111001010111100001111100010011111101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9538; }

 p { color: rgb(175,149,56); }

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

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

 a { background-color: rgb(175,149,56); }

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

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

 span { border-color: rgb(175,149,56); }

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