Html Css Color HEX #AF6222 Mai Tai

📋 copy color: '#AF6222'

red 175 ◦ green 98 ◦ blue 34

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

Shades of Mai Tai #AF6222

Tints of Mai Tai #AF6222

RGB

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

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

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

R = 57%
G = 31.92%
B = 11.07%

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

#AF6222 (or 0xAF6222) is known color: Mai Tai. HEX triplet: AF, 62 and 22. RGB value is (175,98,34). Sum of RGB (Red+Green+Blue) = 175+98+34=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6222 is #509DDD. Grayscale: #727272. Windows color (decimal): -5283294 or 2253487. OLE color: 2253487.

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

Color convert

RGB 175 98 34 -
CMYK 0 0.44 0.81 0.31
HSL 27.23º 0.67% 0.41% -
HSV(B) 27.23º 0.81% 0.69% -
XYZ 22.34 17.96 3.8 -
YUV 113.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 175 98 34 0 0.44 0.81 0.31 27.23 0.67 0.41
Hex AF 62 22 0 2C 51 1F 1B 43 29
Octal 257 142 42 0 54 121 37 33 103 51
Binary 10101111 1100010 100010 0 101100 1010001 11111 11011 1000011 101001

Color Harmonies of #AF6222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6222

Black with #AF6222

Text Example


Text Example

White with #AF6222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6222; }

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

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

background-color css

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

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

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

border-color css

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

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

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