Html Css Color HEX #AF6520 Mai Tai

📋 copy color: '#AF6520'

red 175 ◦ green 101 ◦ blue 32

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

Shades of Mai Tai #AF6520

Tints of Mai Tai #AF6520

RGB

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

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

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

R = 56.82%
G = 32.79%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF6520 (or 0xAF6520) is known color: Mai Tai. HEX triplet: AF, 65 and 20. RGB value is (175,101,32). Sum of RGB (Red+Green+Blue) = 175+101+32=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6520 is #509ADF. Grayscale: #737373. Windows color (decimal): -5282528 or 2123183. OLE color: 2123183.

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

Color convert

RGB 175 101 32 -
CMYK 0 0.42 0.82 0.31
HSL 28.95º 0.69% 0.41% -
HSV(B) 28.95º 0.82% 0.69% -
XYZ 22.59 18.53 3.75 -
YUV 115.26 81.02 170.61 -
System Red Green Blue C M Y K H S L
Decimal 175 101 32 0 0.42 0.82 0.31 28.95 0.69 0.41
Hex AF 65 20 0 2A 52 1F 1D 45 29
Octal 257 145 40 0 52 122 37 35 105 51
Binary 10101111 1100101 100000 0 101010 1010010 11111 11101 1000101 101001

Color Harmonies of #AF6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6520

Black with #AF6520

Text Example


Text Example

White with #AF6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6520; }

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

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

background-color css

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

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

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

border-color css

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

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

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