Html Css Color HEX #AF632A Mai Tai

📋 copy color: '#AF632A'

red 175 ◦ green 99 ◦ blue 42

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

Shades of Mai Tai #AF632A

Tints of Mai Tai #AF632A

RGB

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

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

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

R = 55.38%
G = 31.33%
B = 13.29%

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

#AF632A (or 0xAF632A) is known color: Mai Tai. HEX triplet: AF, 63 and 2A. RGB value is (175,99,42). Sum of RGB (Red+Green+Blue) = 175+99+42=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF632A is #509CD5. Grayscale: #737373. Windows color (decimal): -5283030 or 2778031. OLE color: 2778031.

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

Color convert

RGB 175 99 42 -
CMYK 0 0.43 0.76 0.31
HSL 25.71º 0.61% 0.43% -
HSV(B) 25.71º 0.76% 0.69% -
XYZ 22.56 18.2 4.52 -
YUV 115.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 175 99 42 0 0.43 0.76 0.31 25.71 0.61 0.43
Hex AF 63 2A 0 2B 4C 1F 1A 3D 2B
Octal 257 143 52 0 53 114 37 32 75 53
Binary 10101111 1100011 101010 0 101011 1001100 11111 11010 111101 101011

Color Harmonies of #AF632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF632A

Black with #AF632A

Text Example


Text Example

White with #AF632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF632A; }

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

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

background-color css

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

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

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

border-color css

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

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

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