Html Css Color HEX #AF7C3F Marigold

📋 copy color: '#AF7C3F'

red 175 ◦ green 124 ◦ blue 63

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

Shades of Marigold #AF7C3F

Tints of Marigold #AF7C3F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

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

R = 48.34%
G = 34.25%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF7C3F (or 0xAF7C3F) is known color: Marigold. HEX triplet: AF, 7C and 3F. RGB value is (175,124,63). Sum of RGB (Red+Green+Blue) = 175+124+63=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C3F is #5083C0. Grayscale: #848484. Windows color (decimal): -5276609 or 4160687. OLE color: 4160687.

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

Color convert

RGB 175 124 63 -
CMYK 0 0.29 0.64 0.31
HSL 32.68º 0.47% 0.47% -
HSV(B) 32.68º 0.64% 0.69% -
XYZ 25.78 23.89 7.95 -
YUV 132.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 175 124 63 0 0.29 0.64 0.31 32.68 0.47 0.47
Hex AF 7C 3F 0 1D 40 1F 21 2F 2F
Octal 257 174 77 0 35 100 37 41 57 57
Binary 10101111 1111100 111111 0 11101 1000000 11111 100001 101111 101111

Color Harmonies of #AF7C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C3F

Black with #AF7C3F

Text Example


Text Example

White with #AF7C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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