Html Css Color HEX #AF621D Mai Tai

📋 copy color: '#AF621D'

red 175 ◦ green 98 ◦ blue 29

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

Shades of Mai Tai #AF621D

Tints of Mai Tai #AF621D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 57.95%
G = 32.45%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF621D (or 0xAF621D) is known color: Mai Tai. HEX triplet: AF, 62 and 1D. RGB value is (175,98,29). Sum of RGB (Red+Green+Blue) = 175+98+29=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF621D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF621D is #509DE2. Grayscale: #717171. Windows color (decimal): -5283299 or 1925807. OLE color: 1925807.

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

Color convert

RGB 175 98 29 -
CMYK 0 0.44 0.83 0.31
HSL 28.36º 0.72% 0.4% -
HSV(B) 28.36º 0.83% 0.69% -
XYZ 22.27 17.94 3.45 -
YUV 113.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 175 98 29 0 0.44 0.83 0.31 28.36 0.72 0.4
Hex AF 62 1D 0 2C 53 1F 1C 48 28
Octal 257 142 35 0 54 123 37 34 110 50
Binary 10101111 1100010 11101 0 101100 1010011 11111 11100 1001000 101000

Color Harmonies of #AF621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF621D

Black with #AF621D

Text Example


Text Example

White with #AF621D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF621D; }

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

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

background-color css

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

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

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

border-color css

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

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

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