Html Css Color HEX #AF7E3F Marigold

📋 copy color: '#AF7E3F'

red 175 ◦ green 126 ◦ blue 63

#AF7E3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marigold #AF7E3F

Tints of Marigold #AF7E3F

RGB

 RED value IS 175 (68.75% from 255) = 48.08%

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 63 (25% from 255) = 17.31%

R = 48.08%
G = 34.62%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF7E3F (or 0xAF7E3F) is known color: Marigold. HEX triplet: AF, 7E and 3F. RGB value is (175,126,63). Sum of RGB (Red+Green+Blue) = 175+126+63=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E3F is #5081C0. Grayscale: #858585. Windows color (decimal): -5276097 or 4161199. OLE color: 4161199.

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

Color convert

RGB 175 126 63 -
CMYK 0 0.28 0.64 0.31
HSL 33.75º 0.47% 0.47% -
HSV(B) 33.75º 0.64% 0.69% -
XYZ 26.04 24.39 8.04 -
YUV 133.47 88.23 157.62 -
System Red Green Blue C M Y K H S L
Decimal 175 126 63 0 0.28 0.64 0.31 33.75 0.47 0.47
Hex AF 7E 3F 0 1C 40 1F 22 2F 2F
Octal 257 176 77 0 34 100 37 42 57 57
Binary 10101111 1111110 111111 0 11100 1000000 11111 100010 101111 101111

Color Harmonies of #AF7E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E3F

Black with #AF7E3F

Text Example


Text Example

White with #AF7E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E3F; }

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

 H1.HeaderClassName
 {
   color: #AF7E3F;
 }
 .AnyTagClassName
 {
   color: #AF7E3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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