Html Css Color HEX #AF631E Mai Tai

📋 copy color: '#AF631E'

red 175 ◦ green 99 ◦ blue 30

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

Shades of Mai Tai #AF631E

Tints of Mai Tai #AF631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 57.57%
G = 32.57%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF631E (or 0xAF631E) is known color: Mai Tai. HEX triplet: AF, 63 and 1E. RGB value is (175,99,30). Sum of RGB (Red+Green+Blue) = 175+99+30=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF631E is #509CE1. Grayscale: #727272. Windows color (decimal): -5283042 or 1991599. OLE color: 1991599.

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

Color convert

RGB 175 99 30 -
CMYK 0 0.43 0.83 0.31
HSL 28.55º 0.71% 0.4% -
HSV(B) 28.55º 0.83% 0.69% -
XYZ 22.38 18.13 3.55 -
YUV 113.86 80.68 171.61 -
System Red Green Blue C M Y K H S L
Decimal 175 99 30 0 0.43 0.83 0.31 28.55 0.71 0.4
Hex AF 63 1E 0 2B 53 1F 1D 47 28
Octal 257 143 36 0 53 123 37 35 107 50
Binary 10101111 1100011 11110 0 101011 1010011 11111 11101 1000111 101000

Color Harmonies of #AF631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF631E

Black with #AF631E

Text Example


Text Example

White with #AF631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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