Html Css Color HEX #AF642A Mai Tai

📋 copy color: '#AF642A'

red 175 ◦ green 100 ◦ blue 42

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

Shades of Mai Tai #AF642A

Tints of Mai Tai #AF642A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.55%

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 55.21%
G = 31.55%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF642A (or 0xAF642A) is known color: Mai Tai. HEX triplet: AF, 64 and 2A. RGB value is (175,100,42). Sum of RGB (Red+Green+Blue) = 175+100+42=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF642A is #509BD5. Grayscale: #747474. Windows color (decimal): -5282774 or 2778287. OLE color: 2778287.

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

Color convert

RGB 175 100 42 -
CMYK 0 0.43 0.76 0.31
HSL 26.17º 0.61% 0.43% -
HSV(B) 26.17º 0.76% 0.69% -
XYZ 22.65 18.4 4.55 -
YUV 115.81 86.35 170.22 -
System Red Green Blue C M Y K H S L
Decimal 175 100 42 0 0.43 0.76 0.31 26.17 0.61 0.43
Hex AF 64 2A 0 2B 4C 1F 1A 3D 2B
Octal 257 144 52 0 53 114 37 32 75 53
Binary 10101111 1100100 101010 0 101011 1001100 11111 11010 111101 101011

Color Harmonies of #AF642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF642A

Black with #AF642A

Text Example


Text Example

White with #AF642A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF642A; }

 p { color: rgb(175,100,42); }

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

background-color css

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

 a { background-color: rgb(175,100,42); }

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

border-color css

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

 span { border-color: rgb(175,100,42); }

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