Html Css Color HEX #AF7F3F Marigold

📋 copy color: '#AF7F3F'

red 175 ◦ green 127 ◦ blue 63

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

Shades of Marigold #AF7F3F

Tints of Marigold #AF7F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 34.79%

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

R = 47.95%
G = 34.79%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF7F3F (or 0xAF7F3F) is known color: Marigold. HEX triplet: AF, 7F and 3F. RGB value is (175,127,63). Sum of RGB (Red+Green+Blue) = 175+127+63=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F3F is #5080C0. Grayscale: #868686. Windows color (decimal): -5275841 or 4161455. OLE color: 4161455.

HSL color Cylindrical-coordinate representation of color #AF7F3F: hue angle of 34.29º 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 #AF7F3F is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 127 63 -
CMYK 0 0.27 0.64 0.31
HSL 34.29º 0.47% 0.47% -
HSV(B) 34.29º 0.64% 0.69% -
XYZ 26.17 24.65 8.08 -
YUV 134.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 175 127 63 0 0.27 0.64 0.31 34.29 0.47 0.47
Hex AF 7F 3F 0 1B 40 1F 22 2F 2F
Octal 257 177 77 0 33 100 37 42 57 57
Binary 10101111 1111111 111111 0 11011 1000000 11111 100010 101111 101111

Color Harmonies of #AF7F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F3F

Black with #AF7F3F

Text Example


Text Example

White with #AF7F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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