Html Css Color HEX #AF6721 Mai Tai

📋 copy color: '#AF6721'

red 175 ◦ green 103 ◦ blue 33

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

Shades of Mai Tai #AF6721

Tints of Mai Tai #AF6721

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

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

R = 56.27%
G = 33.12%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF6721 (or 0xAF6721) is known color: Mai Tai. HEX triplet: AF, 67 and 21. RGB value is (175,103,33). Sum of RGB (Red+Green+Blue) = 175+103+33=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6721 is #5098DE. Grayscale: #747474. Windows color (decimal): -5282015 or 2189231. OLE color: 2189231.

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

Color convert

RGB 175 103 33 -
CMYK 0 0.41 0.81 0.31
HSL 29.58º 0.68% 0.41% -
HSV(B) 29.58º 0.81% 0.69% -
XYZ 22.8 18.92 3.89 -
YUV 116.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 175 103 33 0 0.41 0.81 0.31 29.58 0.68 0.41
Hex AF 67 21 0 29 51 1F 1E 44 29
Octal 257 147 41 0 51 121 37 36 104 51
Binary 10101111 1100111 100001 0 101001 1010001 11111 11110 1000100 101001

Color Harmonies of #AF6721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6721

Black with #AF6721

Text Example


Text Example

White with #AF6721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6721; }

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

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

background-color css

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

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

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

border-color css

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

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

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