Html Css Color HEX #AF632E Mai Tai

📋 copy color: '#AF632E'

red 175 ◦ green 99 ◦ blue 46

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

Shades of Mai Tai #AF632E

Tints of Mai Tai #AF632E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.38%

R = 54.69%
G = 30.94%
B = 14.38%

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

#AF632E (or 0xAF632E) is known color: Mai Tai. HEX triplet: AF, 63 and 2E. RGB value is (175,99,46). Sum of RGB (Red+Green+Blue) = 175+99+46=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF632E is #509CD1. Grayscale: #737373. Windows color (decimal): -5283026 or 3040175. OLE color: 3040175.

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

Color convert

RGB 175 99 46 -
CMYK 0 0.43 0.74 0.31
HSL 24.65º 0.58% 0.43% -
HSV(B) 24.65º 0.74% 0.69% -
XYZ 22.63 18.23 4.91 -
YUV 115.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 175 99 46 0 0.43 0.74 0.31 24.65 0.58 0.43
Hex AF 63 2E 0 2B 4A 1F 19 3A 2B
Octal 257 143 56 0 53 112 37 31 72 53
Binary 10101111 1100011 101110 0 101011 1001010 11111 11001 111010 101011

Color Harmonies of #AF632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF632E

Black with #AF632E

Text Example


Text Example

White with #AF632E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF632E; }

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

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

background-color css

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

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

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

border-color css

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

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

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