Html Css Color HEX #AF6322 Mai Tai

📋 copy color: '#AF6322'

red 175 ◦ green 99 ◦ blue 34

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

Shades of Mai Tai #AF6322

Tints of Mai Tai #AF6322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 34 (13.67% from 255) = 11.04%

R = 56.82%
G = 32.14%
B = 11.04%

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

#AF6322 (or 0xAF6322) is known color: Mai Tai. HEX triplet: AF, 63 and 22. RGB value is (175,99,34). Sum of RGB (Red+Green+Blue) = 175+99+34=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6322 is #509CDD. Grayscale: #727272. Windows color (decimal): -5283038 or 2253743. OLE color: 2253743.

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

Color convert

RGB 175 99 34 -
CMYK 0 0.43 0.81 0.31
HSL 27.66º 0.67% 0.41% -
HSV(B) 27.66º 0.81% 0.69% -
XYZ 22.43 18.15 3.84 -
YUV 114.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 175 99 34 0 0.43 0.81 0.31 27.66 0.67 0.41
Hex AF 63 22 0 2B 51 1F 1C 43 29
Octal 257 143 42 0 53 121 37 34 103 51
Binary 10101111 1100011 100010 0 101011 1010001 11111 11100 1000011 101001

Color Harmonies of #AF6322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6322

Black with #AF6322

Text Example


Text Example

White with #AF6322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6322; }

 p { color: rgb(175,99,34); }

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

background-color css

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

 a { background-color: rgb(175,99,34); }

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

border-color css

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

 span { border-color: rgb(175,99,34); }

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