Html Css Color HEX #AF7F3E Marigold

📋 copy color: '#AF7F3E'

red 175 ◦ green 127 ◦ blue 62

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

Shades of Marigold #AF7F3E

Tints of Marigold #AF7F3E

RGB

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

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

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

R = 48.08%
G = 34.89%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF7F3E (or 0xAF7F3E) is known color: Marigold. HEX triplet: AF, 7F and 3E. RGB value is (175,127,62). Sum of RGB (Red+Green+Blue) = 175+127+62=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F3E is #5080C1. Grayscale: #868686. Windows color (decimal): -5275842 or 4095919. OLE color: 4095919.

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

Color convert

RGB 175 127 62 -
CMYK 0 0.27 0.65 0.31
HSL 34.51º 0.48% 0.46% -
HSV(B) 34.51º 0.65% 0.69% -
XYZ 26.14 24.64 7.94 -
YUV 133.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 175 127 62 0 0.27 0.65 0.31 34.51 0.48 0.46
Hex AF 7F 3E 0 1B 41 1F 23 30 2E
Octal 257 177 76 0 33 101 37 43 60 56
Binary 10101111 1111111 111110 0 11011 1000001 11111 100011 110000 101110

Color Harmonies of #AF7F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F3E

Black with #AF7F3E

Text Example


Text Example

White with #AF7F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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