Html Css Color HEX #AF641F Mai Tai

📋 copy color: '#AF641F'

red 175 ◦ green 100 ◦ blue 31

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

Shades of Mai Tai #AF641F

Tints of Mai Tai #AF641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

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

R = 57.19%
G = 32.68%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF641F (or 0xAF641F) is known color: Mai Tai. HEX triplet: AF, 64 and 1F. RGB value is (175,100,31). Sum of RGB (Red+Green+Blue) = 175+100+31=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF641F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF641F is #509BE0. Grayscale: #727272. Windows color (decimal): -5282785 or 2057391. OLE color: 2057391.

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

Color convert

RGB 175 100 31 -
CMYK 0 0.43 0.82 0.31
HSL 28.75º 0.7% 0.4% -
HSV(B) 28.75º 0.82% 0.69% -
XYZ 22.48 18.33 3.65 -
YUV 114.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 175 100 31 0 0.43 0.82 0.31 28.75 0.7 0.4
Hex AF 64 1F 0 2B 52 1F 1D 46 28
Octal 257 144 37 0 53 122 37 35 106 50
Binary 10101111 1100100 11111 0 101011 1010010 11111 11101 1000110 101000

Color Harmonies of #AF641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF641F

Black with #AF641F

Text Example


Text Example

White with #AF641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF641F; }

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

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

background-color css

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

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

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

border-color css

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

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

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