Html Css Color HEX #AF6224 Mai Tai

📋 copy color: '#AF6224'

red 175 ◦ green 98 ◦ blue 36

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

Shades of Mai Tai #AF6224

Tints of Mai Tai #AF6224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.65%

R = 56.63%
G = 31.72%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF6224 (or 0xAF6224) is known color: Mai Tai. HEX triplet: AF, 62 and 24. RGB value is (175,98,36). Sum of RGB (Red+Green+Blue) = 175+98+36=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6224 is #509DDB. Grayscale: #727272. Windows color (decimal): -5283292 or 2384559. OLE color: 2384559.

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

Color convert

RGB 175 98 36 -
CMYK 0 0.44 0.79 0.31
HSL 26.76º 0.66% 0.41% -
HSV(B) 26.76º 0.79% 0.69% -
XYZ 22.37 17.98 3.96 -
YUV 113.96 84.01 171.54 -
System Red Green Blue C M Y K H S L
Decimal 175 98 36 0 0.44 0.79 0.31 26.76 0.66 0.41
Hex AF 62 24 0 2C 4F 1F 1B 42 29
Octal 257 142 44 0 54 117 37 33 102 51
Binary 10101111 1100010 100100 0 101100 1001111 11111 11011 1000010 101001

Color Harmonies of #AF6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6224

Black with #AF6224

Text Example


Text Example

White with #AF6224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6224; }

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

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

background-color css

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

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

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

border-color css

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

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

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