Html Css Color HEX #AF611F Mai Tai

📋 copy color: '#AF611F'

red 175 ◦ green 97 ◦ blue 31

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

Shades of Mai Tai #AF611F

Tints of Mai Tai #AF611F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 57.76%
G = 32.01%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF611F (or 0xAF611F) is known color: Mai Tai. HEX triplet: AF, 61 and 1F. RGB value is (175,97,31). Sum of RGB (Red+Green+Blue) = 175+97+31=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF611F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF611F is #509EE0. Grayscale: #717171. Windows color (decimal): -5283553 or 2056623. OLE color: 2056623.

HSL color Cylindrical-coordinate representation of color #AF611F: hue angle of 27.5º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF611F is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 31 -
CMYK 0 0.45 0.82 0.31
HSL 27.5º 0.7% 0.4% -
HSV(B) 27.5º 0.82% 0.69% -
XYZ 22.2 17.76 3.55 -
YUV 112.8 81.84 172.37 -
System Red Green Blue C M Y K H S L
Decimal 175 97 31 0 0.45 0.82 0.31 27.5 0.7 0.4
Hex AF 61 1F 0 2D 52 1F 1C 46 28
Octal 257 141 37 0 55 122 37 34 106 50
Binary 10101111 1100001 11111 0 101101 1010010 11111 11100 1000110 101000

Color Harmonies of #AF611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF611F

Black with #AF611F

Text Example


Text Example

White with #AF611F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF611F; }

 p { color: rgb(175,97,31); }

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

background-color css

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

 a { background-color: rgb(175,97,31); }

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

border-color css

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

 span { border-color: rgb(175,97,31); }

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