#AF8E35

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

Shades of Reef Gold #AF8E35

Tints of Reef Gold #AF8E35

Color information

#AF8E35 (or 0xAF8E35) is unknown color: approx Reef Gold. HEX triplet: AF, 8E and 35. RGB value is (175,142,53). Sum of RGB (Red+Green+Blue) = 175+142+53=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E35 is #5071CA. Grayscale: #8E8E8E. Windows color (decimal): -5272011 or 3509935. OLE color: 3509935.

HSL color Cylindrical-coordinate representation of color #AF8E35: hue angle of 43.77º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF8E35 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17514253-
CMYK00.190.700.31
HSL43.77º53.51%44.71%-
HSV(B)43.77º69.71%68.63%-
XYZ27.9928.727.44-
YUV141.7277.93151.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 53 (21.09% from 255) = 14.32%
R=47.30%
G=38.38%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751425300.190.700.3143.7753.5144.71
HexAF8E35013461F2c362d
Octal2572166502310637546655
Binary1010111110001110110101010011100011011111101100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E35; }

 p { color: rgb(175,142,53); }

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

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

 a { background-color: rgb(175,142,53); }

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

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

 span { border-color: rgb(175,142,53); }

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