Html Css Color HEX #AF8341 Marigold

📋 copy color: '#AF8341'

red 175 ◦ green 131 ◦ blue 65

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

Shades of Marigold #AF8341

Tints of Marigold #AF8341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

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

R = 47.17%
G = 35.31%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF8341 (or 0xAF8341) is known color: Marigold. HEX triplet: AF, 83 and 41. RGB value is (175,131,65). Sum of RGB (Red+Green+Blue) = 175+131+65=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8341 is #507CBE. Grayscale: #888888. Windows color (decimal): -5274815 or 4293551. OLE color: 4293551.

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

Color convert

RGB 175 131 65 -
CMYK 0 0.25 0.63 0.31
HSL 36º 0.46% 0.47% -
HSV(B) 36º 0.63% 0.69% -
XYZ 26.75 25.73 8.56 -
YUV 136.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 175 131 65 0 0.25 0.63 0.31 36 0.46 0.47
Hex AF 83 41 0 19 3F 1F 24 2E 2F
Octal 257 203 101 0 31 77 37 44 56 57
Binary 10101111 10000011 1000001 0 11001 111111 11111 100100 101110 101111

Color Harmonies of #AF8341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8341

Black with #AF8341

Text Example


Text Example

White with #AF8341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8341; }

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

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

background-color css

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

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

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

border-color css

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

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

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