Html Css Color HEX #AF6429 Mai Tai

📋 copy color: '#AF6429'

red 175 ◦ green 100 ◦ blue 41

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

Shades of Mai Tai #AF6429

Tints of Mai Tai #AF6429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 41 (16.41% from 255) = 12.97%

R = 55.38%
G = 31.65%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF6429 (or 0xAF6429) is known color: Mai Tai. HEX triplet: AF, 64 and 29. RGB value is (175,100,41). Sum of RGB (Red+Green+Blue) = 175+100+41=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6429 is #509BD6. Grayscale: #747474. Windows color (decimal): -5282775 or 2712751. OLE color: 2712751.

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

Color convert

RGB 175 100 41 -
CMYK 0 0.43 0.77 0.31
HSL 26.42º 0.62% 0.42% -
HSV(B) 26.42º 0.77% 0.69% -
XYZ 22.64 18.39 4.45 -
YUV 115.7 85.85 170.3 -
System Red Green Blue C M Y K H S L
Decimal 175 100 41 0 0.43 0.77 0.31 26.42 0.62 0.42
Hex AF 64 29 0 2B 4D 1F 1A 3E 2A
Octal 257 144 51 0 53 115 37 32 76 52
Binary 10101111 1100100 101001 0 101011 1001101 11111 11010 111110 101010

Color Harmonies of #AF6429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6429

Black with #AF6429

Text Example


Text Example

White with #AF6429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6429; }

 p { color: rgb(175,100,41); }

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

background-color css

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

 a { background-color: rgb(175,100,41); }

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

border-color css

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

 span { border-color: rgb(175,100,41); }

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