Html Css Color HEX #AF661F Mai Tai

📋 copy color: '#AF661F'

red 175 ◦ green 102 ◦ blue 31

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

Shades of Mai Tai #AF661F

Tints of Mai Tai #AF661F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

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

R = 56.82%
G = 33.12%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF661F (or 0xAF661F) is known color: Mai Tai. HEX triplet: AF, 66 and 1F. RGB value is (175,102,31). Sum of RGB (Red+Green+Blue) = 175+102+31=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF661F is #5099E0. Grayscale: #747474. Windows color (decimal): -5282273 or 2057903. OLE color: 2057903.

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

Color convert

RGB 175 102 31 -
CMYK 0 0.42 0.82 0.31
HSL 29.58º 0.7% 0.4% -
HSV(B) 29.58º 0.82% 0.69% -
XYZ 22.68 18.72 3.71 -
YUV 115.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 175 102 31 0 0.42 0.82 0.31 29.58 0.7 0.4
Hex AF 66 1F 0 2A 52 1F 1E 46 28
Octal 257 146 37 0 52 122 37 36 106 50
Binary 10101111 1100110 11111 0 101010 1010010 11111 11110 1000110 101000

Color Harmonies of #AF661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF661F

Black with #AF661F

Text Example


Text Example

White with #AF661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF661F; }

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

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

background-color css

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

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

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

border-color css

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

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

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