Html Css Color HEX #AF6120 Mai Tai

📋 copy color: '#AF6120'

red 175 ◦ green 97 ◦ blue 32

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

Shades of Mai Tai #AF6120

Tints of Mai Tai #AF6120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.53%

R = 57.57%
G = 31.91%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF6120 (or 0xAF6120) is known color: Mai Tai. HEX triplet: AF, 61 and 20. RGB value is (175,97,32). Sum of RGB (Red+Green+Blue) = 175+97+32=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6120 is #509EDF. Grayscale: #717171. Windows color (decimal): -5283552 or 2122159. OLE color: 2122159.

HSL color Cylindrical-coordinate representation of color #AF6120: hue angle of 27.27º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF6120 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 32 -
CMYK 0 0.45 0.82 0.31
HSL 27.27º 0.69% 0.41% -
HSV(B) 27.27º 0.82% 0.69% -
XYZ 22.21 17.77 3.63 -
YUV 112.91 82.34 172.29 -
System Red Green Blue C M Y K H S L
Decimal 175 97 32 0 0.45 0.82 0.31 27.27 0.69 0.41
Hex AF 61 20 0 2D 52 1F 1B 45 29
Octal 257 141 40 0 55 122 37 33 105 51
Binary 10101111 1100001 100000 0 101101 1010010 11111 11011 1000101 101001

Color Harmonies of #AF6120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6120

Black with #AF6120

Text Example


Text Example

White with #AF6120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6120; }

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

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

background-color css

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

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

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

border-color css

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

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

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