Html Css Color HEX #AF6421 Mai Tai

📋 copy color: '#AF6421'

red 175 ◦ green 100 ◦ blue 33

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

Shades of Mai Tai #AF6421

Tints of Mai Tai #AF6421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.71%

R = 56.82%
G = 32.47%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF6421 (or 0xAF6421) is known color: Mai Tai. HEX triplet: AF, 64 and 21. RGB value is (175,100,33). Sum of RGB (Red+Green+Blue) = 175+100+33=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6421 is #509BDE. Grayscale: #737373. Windows color (decimal): -5282783 or 2188463. OLE color: 2188463.

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

Color convert

RGB 175 100 33 -
CMYK 0 0.43 0.81 0.31
HSL 28.31º 0.68% 0.41% -
HSV(B) 28.31º 0.81% 0.69% -
XYZ 22.51 18.34 3.79 -
YUV 114.79 81.85 170.95 -
System Red Green Blue C M Y K H S L
Decimal 175 100 33 0 0.43 0.81 0.31 28.31 0.68 0.41
Hex AF 64 21 0 2B 51 1F 1C 44 29
Octal 257 144 41 0 53 121 37 34 104 51
Binary 10101111 1100100 100001 0 101011 1010001 11111 11100 1000100 101001

Color Harmonies of #AF6421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6421

Black with #AF6421

Text Example


Text Example

White with #AF6421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6421; }

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

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

background-color css

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

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

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

border-color css

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

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

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