#AF8C2C

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

Shades of Reef Gold #AF8C2C

Tints of Reef Gold #AF8C2C

Color information

#AF8C2C (or 0xAF8C2C) is unknown color: approx Reef Gold. HEX triplet: AF, 8C and 2C. RGB value is (175,140,44). Sum of RGB (Red+Green+Blue) = 175+140+44=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C2C is #5073D3. Grayscale: #8B8B8B. Windows color (decimal): -5272532 or 2919599. OLE color: 2919599.

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

Color convert

RGB17514044-
CMYK00.20.750.31
HSL43.97º59.82%42.94%-
HSV(B)43.97º74.86%68.63%-
XYZ27.5128.056.35-
YUV139.5274.1153.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 44 (17.58% from 255) = 12.26%
R=48.75%
G=39.00%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751404400.20.750.3143.9759.8242.94
HexAF8C2C0144B1F2c3c2b
Octal2572145402411337547453
Binary1010111110001100101100010100100101111111101100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C2C; }

 p { color: rgb(175,140,44); }

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

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

 a { background-color: rgb(175,140,44); }

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

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

 span { border-color: rgb(175,140,44); }

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