#AF7E3D

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

Shades of Marigold #AF7E3D

Tints of Marigold #AF7E3D

Color information

#AF7E3D (or 0xAF7E3D) is unknown color: approx Marigold. HEX triplet: AF, 7E and 3D. RGB value is (175,126,61). Sum of RGB (Red+Green+Blue) = 175+126+61=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E3D is #5081C2. Grayscale: #858585. Windows color (decimal): -5276099 or 4030127. OLE color: 4030127.

HSL color Cylindrical-coordinate representation of color #AF7E3D: hue angle of 34.21º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF7E3D is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17512661-
CMYK00.280.650.31
HSL34.21º48.31%46.27%-
HSV(B)34.21º65.14%68.63%-
XYZ25.9824.377.75-
YUV133.2487.23157.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=48.34%
G=34.81%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751266100.280.650.3134.2148.3146.27
HexAF7E3D01C411F22302e
Octal2571767503410137426056
Binary101011111111110111101011100100000111111100010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E3D; }

 p { color: rgb(175,126,61); }

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

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

 a { background-color: rgb(175,126,61); }

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

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

 span { border-color: rgb(175,126,61); }

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