Html Css Color HEX #AF6331 Mai Tai

📋 copy color: '#AF6331'

red 175 ◦ green 99 ◦ blue 49

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

Shades of Mai Tai #AF6331

Tints of Mai Tai #AF6331

RGB

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

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

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

R = 54.18%
G = 30.65%
B = 15.17%

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

#AF6331 (or 0xAF6331) is known color: Mai Tai. HEX triplet: AF, 63 and 31. RGB value is (175,99,49). Sum of RGB (Red+Green+Blue) = 175+99+49=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6331 is #509CCE. Grayscale: #747474. Windows color (decimal): -5283023 or 3236783. OLE color: 3236783.

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

Color convert

RGB 175 99 49 -
CMYK 0 0.43 0.72 0.31
HSL 23.81º 0.56% 0.44% -
HSV(B) 23.81º 0.72% 0.69% -
XYZ 22.7 18.26 5.23 -
YUV 116.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 175 99 49 0 0.43 0.72 0.31 23.81 0.56 0.44
Hex AF 63 31 0 2B 48 1F 18 38 2C
Octal 257 143 61 0 53 110 37 30 70 54
Binary 10101111 1100011 110001 0 101011 1001000 11111 11000 111000 101100

Color Harmonies of #AF6331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6331

Black with #AF6331

Text Example


Text Example

White with #AF6331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6331; }

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

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

background-color css

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

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

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

border-color css

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

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

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