Html Css Color HEX #AF6229 Mai Tai

📋 copy color: '#AF6229'

red 175 ◦ green 98 ◦ blue 41

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

Shades of Mai Tai #AF6229

Tints of Mai Tai #AF6229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.06%

R = 55.73%
G = 31.21%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF6229 (or 0xAF6229) is known color: Mai Tai. HEX triplet: AF, 62 and 29. RGB value is (175,98,41). Sum of RGB (Red+Green+Blue) = 175+98+41=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6229 is #509DD6. Grayscale: #727272. Windows color (decimal): -5283287 or 2712239. OLE color: 2712239.

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

Color convert

RGB 175 98 41 -
CMYK 0 0.44 0.77 0.31
HSL 25.52º 0.62% 0.42% -
HSV(B) 25.52º 0.77% 0.69% -
XYZ 22.45 18.01 4.39 -
YUV 114.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 175 98 41 0 0.44 0.77 0.31 25.52 0.62 0.42
Hex AF 62 29 0 2C 4D 1F 1A 3E 2A
Octal 257 142 51 0 54 115 37 32 76 52
Binary 10101111 1100010 101001 0 101100 1001101 11111 11010 111110 101010

Color Harmonies of #AF6229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6229

Black with #AF6229

Text Example


Text Example

White with #AF6229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6229; }

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

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

background-color css

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

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

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

border-color css

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

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

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