Html Css Color HEX #AF661C Mai Tai

📋 copy color: '#AF661C'

red 175 ◦ green 102 ◦ blue 28

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

Shades of Mai Tai #AF661C

Tints of Mai Tai #AF661C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.18%

R = 57.38%
G = 33.44%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF661C (or 0xAF661C) is known color: Mai Tai. HEX triplet: AF, 66 and 1C. RGB value is (175,102,28). Sum of RGB (Red+Green+Blue) = 175+102+28=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF661C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF661C is #5099E3. Grayscale: #737373. Windows color (decimal): -5282276 or 1861295. OLE color: 1861295.

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

Color convert

RGB 175 102 28 -
CMYK 0 0.42 0.84 0.31
HSL 30.2º 0.72% 0.4% -
HSV(B) 30.2º 0.84% 0.69% -
XYZ 22.64 18.7 3.51 -
YUV 115.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 175 102 28 0 0.42 0.84 0.31 30.2 0.72 0.4
Hex AF 66 1C 0 2A 54 1F 1E 48 28
Octal 257 146 34 0 52 124 37 36 110 50
Binary 10101111 1100110 11100 0 101010 1010100 11111 11110 1001000 101000

Color Harmonies of #AF661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF661C

Black with #AF661C

Text Example


Text Example

White with #AF661C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF661C; }

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

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

background-color css

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

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

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

border-color css

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

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

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