Html Css Color HEX #AF6221 Mai Tai

📋 copy color: '#AF6221'

red 175 ◦ green 98 ◦ blue 33

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

Shades of Mai Tai #AF6221

Tints of Mai Tai #AF6221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

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

R = 57.19%
G = 32.03%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF6221 (or 0xAF6221) is known color: Mai Tai. HEX triplet: AF, 62 and 21. RGB value is (175,98,33). Sum of RGB (Red+Green+Blue) = 175+98+33=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6221 is #509DDE. Grayscale: #717171. Windows color (decimal): -5283295 or 2187951. OLE color: 2187951.

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

Color convert

RGB 175 98 33 -
CMYK 0 0.44 0.81 0.31
HSL 27.46º 0.68% 0.41% -
HSV(B) 27.46º 0.81% 0.69% -
XYZ 22.32 17.96 3.73 -
YUV 113.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 175 98 33 0 0.44 0.81 0.31 27.46 0.68 0.41
Hex AF 62 21 0 2C 51 1F 1B 44 29
Octal 257 142 41 0 54 121 37 33 104 51
Binary 10101111 1100010 100001 0 101100 1010001 11111 11011 1000100 101001

Color Harmonies of #AF6221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6221

Black with #AF6221

Text Example


Text Example

White with #AF6221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6221; }

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

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

background-color css

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

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

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

border-color css

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

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

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