#AF9038

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

Shades of Reef Gold #AF9038

Tints of Reef Gold #AF9038

Color information

#AF9038 (or 0xAF9038) is unknown color: approx Reef Gold. HEX triplet: AF, 90 and 38. RGB value is (175,144,56). Sum of RGB (Red+Green+Blue) = 175+144+56=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9038 is #506FC7. Grayscale: #8F8F8F. Windows color (decimal): -5271496 or 3707055. OLE color: 3707055.

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

Color convert

RGB17514456-
CMYK00.180.680.31
HSL44.37º51.52%45.29%-
HSV(B)44.37º68%68.63%-
XYZ28.3729.357.91-
YUV143.2478.77150.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 56 (22.27% from 255) = 14.93%
R=46.67%
G=38.4%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751445600.180.680.3144.3751.5245.29
HexAF9038012441F2c342d
Octal2572207002210437546455
Binary1010111110010000111000010010100010011111101100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9038; }

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

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

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

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

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

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

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

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