Html Css Color HEX #AF632C Mai Tai

📋 copy color: '#AF632C'

red 175 ◦ green 99 ◦ blue 44

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

Shades of Mai Tai #AF632C

Tints of Mai Tai #AF632C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

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

R = 55.03%
G = 31.13%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF632C (or 0xAF632C) is known color: Mai Tai. HEX triplet: AF, 63 and 2C. RGB value is (175,99,44). Sum of RGB (Red+Green+Blue) = 175+99+44=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF632C is #509CD3. Grayscale: #737373. Windows color (decimal): -5283028 or 2909103. OLE color: 2909103.

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

Color convert

RGB 175 99 44 -
CMYK 0 0.43 0.75 0.31
HSL 25.19º 0.6% 0.43% -
HSV(B) 25.19º 0.75% 0.69% -
XYZ 22.6 18.22 4.71 -
YUV 115.45 87.68 170.47 -
System Red Green Blue C M Y K H S L
Decimal 175 99 44 0 0.43 0.75 0.31 25.19 0.6 0.43
Hex AF 63 2C 0 2B 4B 1F 19 3C 2B
Octal 257 143 54 0 53 113 37 31 74 53
Binary 10101111 1100011 101100 0 101011 1001011 11111 11001 111100 101011

Color Harmonies of #AF632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF632C

Black with #AF632C

Text Example


Text Example

White with #AF632C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF632C; }

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

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

background-color css

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

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

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

border-color css

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

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

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