Html Css Color HEX #AF652C Mai Tai

📋 copy color: '#AF652C'

red 175 ◦ green 101 ◦ blue 44

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

Shades of Mai Tai #AF652C

Tints of Mai Tai #AF652C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.75%

R = 54.69%
G = 31.56%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF652C (or 0xAF652C) is known color: Mai Tai. HEX triplet: AF, 65 and 2C. RGB value is (175,101,44). Sum of RGB (Red+Green+Blue) = 175+101+44=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF652C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF652C is #509AD3. Grayscale: #747474. Windows color (decimal): -5282516 or 2909615. OLE color: 2909615.

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

Color convert

RGB 175 101 44 -
CMYK 0 0.42 0.75 0.31
HSL 26.11º 0.6% 0.43% -
HSV(B) 26.11º 0.75% 0.69% -
XYZ 22.79 18.6 4.77 -
YUV 116.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 175 101 44 0 0.42 0.75 0.31 26.11 0.6 0.43
Hex AF 65 2C 0 2A 4B 1F 1A 3C 2B
Octal 257 145 54 0 52 113 37 32 74 53
Binary 10101111 1100101 101100 0 101010 1001011 11111 11010 111100 101011

Color Harmonies of #AF652C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF652C

Black with #AF652C

Text Example


Text Example

White with #AF652C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF652C; }

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

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

background-color css

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

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

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

border-color css

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

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

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