Html Css Color HEX #AF813F Marigold

📋 copy color: '#AF813F'

red 175 ◦ green 129 ◦ blue 63

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

Shades of Marigold #AF813F

Tints of Marigold #AF813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 47.68%
G = 35.15%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF813F (or 0xAF813F) is known color: Marigold. HEX triplet: AF, 81 and 3F. RGB value is (175,129,63). Sum of RGB (Red+Green+Blue) = 175+129+63=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF813F is #507EC0. Grayscale: #878787. Windows color (decimal): -5275329 or 4161967. OLE color: 4161967.

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

Color convert

RGB 175 129 63 -
CMYK 0 0.26 0.64 0.31
HSL 35.36º 0.47% 0.47% -
HSV(B) 35.36º 0.64% 0.69% -
XYZ 26.43 25.17 8.17 -
YUV 135.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 175 129 63 0 0.26 0.64 0.31 35.36 0.47 0.47
Hex AF 81 3F 0 1A 40 1F 23 2F 2F
Octal 257 201 77 0 32 100 37 43 57 57
Binary 10101111 10000001 111111 0 11010 1000000 11111 100011 101111 101111

Color Harmonies of #AF813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF813F

Black with #AF813F

Text Example


Text Example

White with #AF813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF813F; }

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

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

background-color css

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

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

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

border-color css

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

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

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