#af902d

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

Shades of Reef Gold #AF902D

Tints of Reef Gold #AF902D

Color information

#AF902D (or 0xAF902D) is unknown color: approx Reef Gold. HEX triplet: AF, 90 and 2D. RGB value is (175,144,45). Sum of RGB (Red+Green+Blue) = 175+144+45=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF902D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF902D is #506FD2. Grayscale: #8E8E8E. Windows color (decimal): -5271507 or 2986159. OLE color: 2986159.

HSL color Cylindrical-coordinate representation of color #AF902D: hue angle of 45.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF902D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17514445-
CMYK00.180.740.31
HSL45.69º59.09%43.14%-
HSV(B)45.69º74.29%68.63%-
XYZ28.1329.256.65-
YUV141.9873.27151.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 144 (56.64% from 255) = 39.56%
BLUE value IS 45 (17.97% from 255) = 12.36%
R=48.08%
G=39.56%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751444500.180.740.3145.6959.0943.14
HexAF902D0124A1F2e3b2b
Octal2572205502211237567353
Binary1010111110010000101101010010100101011111101110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af902d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af902d; }

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

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

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

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

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

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

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

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