Html Css Color HEX #AF641E Mai Tai

📋 copy color: '#AF641E'

red 175 ◦ green 100 ◦ blue 30

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

Shades of Mai Tai #AF641E

Tints of Mai Tai #AF641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.84%

R = 57.38%
G = 32.79%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF641E (or 0xAF641E) is known color: Mai Tai. HEX triplet: AF, 64 and 1E. RGB value is (175,100,30). Sum of RGB (Red+Green+Blue) = 175+100+30=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF641E is #509BE1. Grayscale: #727272. Windows color (decimal): -5282786 or 1991855. OLE color: 1991855.

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

Color convert

RGB 175 100 30 -
CMYK 0 0.43 0.83 0.31
HSL 28.97º 0.71% 0.4% -
HSV(B) 28.97º 0.83% 0.69% -
XYZ 22.47 18.32 3.58 -
YUV 114.45 80.35 171.19 -
System Red Green Blue C M Y K H S L
Decimal 175 100 30 0 0.43 0.83 0.31 28.97 0.71 0.4
Hex AF 64 1E 0 2B 53 1F 1D 47 28
Octal 257 144 36 0 53 123 37 35 107 50
Binary 10101111 1100100 11110 0 101011 1010011 11111 11101 1000111 101000

Color Harmonies of #AF641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF641E

Black with #AF641E

Text Example


Text Example

White with #AF641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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