Html Css Color HEX #AF621F Mai Tai

📋 copy color: '#AF621F'

red 175 ◦ green 98 ◦ blue 31

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

Shades of Mai Tai #AF621F

Tints of Mai Tai #AF621F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 57.57%
G = 32.24%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF621F (or 0xAF621F) is known color: Mai Tai. HEX triplet: AF, 62 and 1F. RGB value is (175,98,31). Sum of RGB (Red+Green+Blue) = 175+98+31=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF621F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF621F is #509DE0. Grayscale: #717171. Windows color (decimal): -5283297 or 2056879. OLE color: 2056879.

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

Color convert

RGB 175 98 31 -
CMYK 0 0.44 0.82 0.31
HSL 27.92º 0.7% 0.4% -
HSV(B) 27.92º 0.82% 0.69% -
XYZ 22.29 17.95 3.59 -
YUV 113.39 81.51 171.95 -
System Red Green Blue C M Y K H S L
Decimal 175 98 31 0 0.44 0.82 0.31 27.92 0.7 0.4
Hex AF 62 1F 0 2C 52 1F 1C 46 28
Octal 257 142 37 0 54 122 37 34 106 50
Binary 10101111 1100010 11111 0 101100 1010010 11111 11100 1000110 101000

Color Harmonies of #AF621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF621F

Black with #AF621F

Text Example


Text Example

White with #AF621F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF621F; }

 p { color: rgb(175,98,31); }

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

background-color css

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

 a { background-color: rgb(175,98,31); }

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

border-color css

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

 span { border-color: rgb(175,98,31); }

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