#AF9138

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

Shades of Reef Gold #AF9138

Tints of Reef Gold #AF9138

Color information

#AF9138 (or 0xAF9138) is unknown color: approx Reef Gold. HEX triplet: AF, 91 and 38. RGB value is (175,145,56). Sum of RGB (Red+Green+Blue) = 175+145+56=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9138 is #506EC7. Grayscale: #909090. Windows color (decimal): -5271240 or 3707311. OLE color: 3707311.

HSL color Cylindrical-coordinate representation of color #AF9138: hue angle of 44.87º 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 #AF9138 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17514556-
CMYK00.170.680.31
HSL44.87º51.52%45.29%-
HSV(B)44.87º68%68.63%-
XYZ28.5229.657.96-
YUV143.8278.44150.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.54%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 56 (22.27% from 255) = 14.89%
R=46.54%
G=38.56%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751455600.170.680.3144.8751.5245.29
HexAF9138011441F2d342d
Octal2572217002110437556455
Binary1010111110010001111000010001100010011111101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9138; }

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

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

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

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

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

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

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

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