Html Css Color HEX #AF8241 Marigold

📋 copy color: '#AF8241'

red 175 ◦ green 130 ◦ blue 65

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

Shades of Marigold #AF8241

Tints of Marigold #AF8241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.14%

 BLUE value IS 65 (25.78% from 255) = 17.57%

R = 47.3%
G = 35.14%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF8241 (or 0xAF8241) is known color: Marigold. HEX triplet: AF, 82 and 41. RGB value is (175,130,65). Sum of RGB (Red+Green+Blue) = 175+130+65=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8241 is #507DBE. Grayscale: #888888. Windows color (decimal): -5275071 or 4293295. OLE color: 4293295.

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

Color convert

RGB 175 130 65 -
CMYK 0 0.26 0.63 0.31
HSL 35.45º 0.46% 0.47% -
HSV(B) 35.45º 0.63% 0.69% -
XYZ 26.62 25.46 8.51 -
YUV 136.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 175 130 65 0 0.26 0.63 0.31 35.45 0.46 0.47
Hex AF 82 41 0 1A 3F 1F 23 2E 2F
Octal 257 202 101 0 32 77 37 43 56 57
Binary 10101111 10000010 1000001 0 11010 111111 11111 100011 101110 101111

Color Harmonies of #AF8241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8241

Black with #AF8241

Text Example


Text Example

White with #AF8241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8241; }

 p { color: rgb(175,130,65); }

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

background-color css

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

 a { background-color: rgb(175,130,65); }

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

border-color css

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

 span { border-color: rgb(175,130,65); }

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