Html Css Color HEX #AF6431 Mai Tai

📋 copy color: '#AF6431'

red 175 ◦ green 100 ◦ blue 49

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

Shades of Mai Tai #AF6431

Tints of Mai Tai #AF6431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 54.01%
G = 30.86%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF6431 (or 0xAF6431) is known color: Mai Tai. HEX triplet: AF, 64 and 31. RGB value is (175,100,49). Sum of RGB (Red+Green+Blue) = 175+100+49=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6431 is #509BCE. Grayscale: #747474. Windows color (decimal): -5282767 or 3237039. OLE color: 3237039.

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

Color convert

RGB 175 100 49 -
CMYK 0 0.43 0.72 0.31
HSL 24.29º 0.56% 0.44% -
HSV(B) 24.29º 0.72% 0.69% -
XYZ 22.79 18.45 5.27 -
YUV 116.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 175 100 49 0 0.43 0.72 0.31 24.29 0.56 0.44
Hex AF 64 31 0 2B 48 1F 18 38 2C
Octal 257 144 61 0 53 110 37 30 70 54
Binary 10101111 1100100 110001 0 101011 1001000 11111 11000 111000 101100

Color Harmonies of #AF6431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6431

Black with #AF6431

Text Example


Text Example

White with #AF6431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6431; }

 p { color: rgb(175,100,49); }

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

background-color css

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

 a { background-color: rgb(175,100,49); }

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

border-color css

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

 span { border-color: rgb(175,100,49); }

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