Html Css Color HEX #AF6531 Mai Tai

📋 copy color: '#AF6531'

red 175 ◦ green 101 ◦ blue 49

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

Shades of Mai Tai #AF6531

Tints of Mai Tai #AF6531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

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

R = 53.85%
G = 31.08%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF6531 (or 0xAF6531) is known color: Mai Tai. HEX triplet: AF, 65 and 31. RGB value is (175,101,49). Sum of RGB (Red+Green+Blue) = 175+101+49=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6531 is #509ACE. Grayscale: #757575. Windows color (decimal): -5282511 or 3237295. OLE color: 3237295.

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

Color convert

RGB 175 101 49 -
CMYK 0 0.42 0.72 0.31
HSL 24.76º 0.56% 0.44% -
HSV(B) 24.76º 0.72% 0.69% -
XYZ 22.89 18.64 5.3 -
YUV 117.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 175 101 49 0 0.42 0.72 0.31 24.76 0.56 0.44
Hex AF 65 31 0 2A 48 1F 19 38 2C
Octal 257 145 61 0 52 110 37 31 70 54
Binary 10101111 1100101 110001 0 101010 1001000 11111 11001 111000 101100

Color Harmonies of #AF6531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6531

Black with #AF6531

Text Example


Text Example

White with #AF6531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6531; }

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

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

background-color css

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

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

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

border-color css

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

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

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