Html Css Color HEX #AF6122 Mai Tai

📋 copy color: '#AF6122'

red 175 ◦ green 97 ◦ blue 34

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

Shades of Mai Tai #AF6122

Tints of Mai Tai #AF6122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.7%

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

R = 57.19%
G = 31.7%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF6122 (or 0xAF6122) is known color: Mai Tai. HEX triplet: AF, 61 and 22. RGB value is (175,97,34). Sum of RGB (Red+Green+Blue) = 175+97+34=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6122 is #509EDD. Grayscale: #717171. Windows color (decimal): -5283550 or 2253231. OLE color: 2253231.

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

Color convert

RGB 175 97 34 -
CMYK 0 0.45 0.81 0.31
HSL 26.81º 0.67% 0.41% -
HSV(B) 26.81º 0.81% 0.69% -
XYZ 22.24 17.78 3.77 -
YUV 113.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 175 97 34 0 0.45 0.81 0.31 26.81 0.67 0.41
Hex AF 61 22 0 2D 51 1F 1B 43 29
Octal 257 141 42 0 55 121 37 33 103 51
Binary 10101111 1100001 100010 0 101101 1010001 11111 11011 1000011 101001

Color Harmonies of #AF6122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6122

Black with #AF6122

Text Example


Text Example

White with #AF6122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6122; }

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

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

background-color css

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

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

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

border-color css

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

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

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