Html Css Color HEX #AF6522 Mai Tai

📋 copy color: '#AF6522'

red 175 ◦ green 101 ◦ blue 34

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

Shades of Mai Tai #AF6522

Tints of Mai Tai #AF6522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

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

R = 56.45%
G = 32.58%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF6522 (or 0xAF6522) is known color: Mai Tai. HEX triplet: AF, 65 and 22. RGB value is (175,101,34). Sum of RGB (Red+Green+Blue) = 175+101+34=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6522 is #509ADD. Grayscale: #737373. Windows color (decimal): -5282526 or 2254255. OLE color: 2254255.

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

Color convert

RGB 175 101 34 -
CMYK 0 0.42 0.81 0.31
HSL 28.51º 0.67% 0.41% -
HSV(B) 28.51º 0.81% 0.69% -
XYZ 22.62 18.54 3.9 -
YUV 115.49 82.02 170.45 -
System Red Green Blue C M Y K H S L
Decimal 175 101 34 0 0.42 0.81 0.31 28.51 0.67 0.41
Hex AF 65 22 0 2A 51 1F 1D 43 29
Octal 257 145 42 0 52 121 37 35 103 51
Binary 10101111 1100101 100010 0 101010 1010001 11111 11101 1000011 101001

Color Harmonies of #AF6522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6522

Black with #AF6522

Text Example


Text Example

White with #AF6522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6522; }

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

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

background-color css

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

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

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

border-color css

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

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

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