#AF9132

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

Shades of Reef Gold #AF9132

Tints of Reef Gold #AF9132

Color information

#AF9132 (or 0xAF9132) is unknown color: approx Reef Gold. HEX triplet: AF, 91 and 32. RGB value is (175,145,50). Sum of RGB (Red+Green+Blue) = 175+145+50=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9132 is #506ECD. Grayscale: #8F8F8F. Windows color (decimal): -5271246 or 3314095. OLE color: 3314095.

HSL color Cylindrical-coordinate representation of color #AF9132: hue angle of 45.6º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF9132 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17514550-
CMYK00.170.710.31
HSL45.6º55.56%44.12%-
HSV(B)45.6º71.43%68.63%-
XYZ28.3829.67.23-
YUV143.1475.44150.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=47.30%
G=39.19%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751455000.170.710.3145.655.5644.12
HexAF9132011471F2e382c
Octal2572216202110737567054
Binary1010111110010001110010010001100011111111101110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9132; }

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

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

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

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

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

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

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

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