#AF8A30

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

Shades of Reef Gold #AF8A30

Tints of Reef Gold #AF8A30

Color information

#AF8A30 (or 0xAF8A30) is unknown color: approx Reef Gold. HEX triplet: AF, 8A and 30. RGB value is (175,138,48). Sum of RGB (Red+Green+Blue) = 175+138+48=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A30 is #5075CF. Grayscale: #8B8B8B. Windows color (decimal): -5273040 or 3181231. OLE color: 3181231.

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

Color convert

RGB17513848-
CMYK00.210.730.31
HSL42.52º56.95%43.73%-
HSV(B)42.52º72.57%68.63%-
XYZ27.327.56.67-
YUV138.876.76153.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 48 (19.14% from 255) = 13.30%
R=48.48%
G=38.23%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751384800.210.730.3142.5256.9543.73
HexAF8A30015491F2b392c
Octal2572126002511137537154
Binary1010111110001010110000010101100100111111101011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A30; }

 p { color: rgb(175,138,48); }

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

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

 a { background-color: rgb(175,138,48); }

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

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

 span { border-color: rgb(175,138,48); }

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