Html Css Color HEX #AF6722 Mai Tai

📋 copy color: '#AF6722'

red 175 ◦ green 103 ◦ blue 34

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

Shades of Mai Tai #AF6722

Tints of Mai Tai #AF6722

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

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

R = 56.09%
G = 33.01%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF6722 (or 0xAF6722) is known color: Mai Tai. HEX triplet: AF, 67 and 22. RGB value is (175,103,34). Sum of RGB (Red+Green+Blue) = 175+103+34=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6722 is #5098DD. Grayscale: #757575. Windows color (decimal): -5282014 or 2254767. OLE color: 2254767.

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

Color convert

RGB 175 103 34 -
CMYK 0 0.41 0.81 0.31
HSL 29.36º 0.67% 0.41% -
HSV(B) 29.36º 0.81% 0.69% -
XYZ 22.82 18.93 3.96 -
YUV 116.66 81.35 169.61 -
System Red Green Blue C M Y K H S L
Decimal 175 103 34 0 0.41 0.81 0.31 29.36 0.67 0.41
Hex AF 67 22 0 29 51 1F 1D 43 29
Octal 257 147 42 0 51 121 37 35 103 51
Binary 10101111 1100111 100010 0 101001 1010001 11111 11101 1000011 101001

Color Harmonies of #AF6722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6722

Black with #AF6722

Text Example


Text Example

White with #AF6722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6722; }

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

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

background-color css

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

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

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

border-color css

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

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

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