Html Css Color HEX #AF632D Mai Tai

📋 copy color: '#AF632D'

red 175 ◦ green 99 ◦ blue 45

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

Shades of Mai Tai #AF632D

Tints of Mai Tai #AF632D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 54.86%
G = 31.03%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF632D (or 0xAF632D) is known color: Mai Tai. HEX triplet: AF, 63 and 2D. RGB value is (175,99,45). Sum of RGB (Red+Green+Blue) = 175+99+45=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF632D is #509CD2. Grayscale: #737373. Windows color (decimal): -5283027 or 2974639. OLE color: 2974639.

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

Color convert

RGB 175 99 45 -
CMYK 0 0.43 0.74 0.31
HSL 24.92º 0.59% 0.43% -
HSV(B) 24.92º 0.74% 0.69% -
XYZ 22.61 18.23 4.81 -
YUV 115.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 175 99 45 0 0.43 0.74 0.31 24.92 0.59 0.43
Hex AF 63 2D 0 2B 4A 1F 19 3B 2B
Octal 257 143 55 0 53 112 37 31 73 53
Binary 10101111 1100011 101101 0 101011 1001010 11111 11001 111011 101011

Color Harmonies of #AF632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF632D

Black with #AF632D

Text Example


Text Example

White with #AF632D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF632D; }

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

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

background-color css

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

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

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

border-color css

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

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

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