Html Css Color HEX #AF7E3E Marigold

📋 copy color: '#AF7E3E'

red 175 ◦ green 126 ◦ blue 62

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

Shades of Marigold #AF7E3E

Tints of Marigold #AF7E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.08%

R = 48.21%
G = 34.71%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF7E3E (or 0xAF7E3E) is known color: Marigold. HEX triplet: AF, 7E and 3E. RGB value is (175,126,62). Sum of RGB (Red+Green+Blue) = 175+126+62=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E3E is #5081C1. Grayscale: #858585. Windows color (decimal): -5276098 or 4095663. OLE color: 4095663.

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

Color convert

RGB 175 126 62 -
CMYK 0 0.28 0.65 0.31
HSL 33.98º 0.48% 0.46% -
HSV(B) 33.98º 0.65% 0.69% -
XYZ 26.01 24.38 7.89 -
YUV 133.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 175 126 62 0 0.28 0.65 0.31 33.98 0.48 0.46
Hex AF 7E 3E 0 1C 41 1F 22 30 2E
Octal 257 176 76 0 34 101 37 42 60 56
Binary 10101111 1111110 111110 0 11100 1000001 11111 100010 110000 101110

Color Harmonies of #AF7E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E3E

Black with #AF7E3E

Text Example


Text Example

White with #AF7E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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