Html Css Color HEX #AF6629 Mai Tai

📋 copy color: '#AF6629'

red 175 ◦ green 102 ◦ blue 41

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

Shades of Mai Tai #AF6629

Tints of Mai Tai #AF6629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

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

R = 55.03%
G = 32.08%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF6629 (or 0xAF6629) is known color: Mai Tai. HEX triplet: AF, 66 and 29. RGB value is (175,102,41). Sum of RGB (Red+Green+Blue) = 175+102+41=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6629 is #5099D6. Grayscale: #757575. Windows color (decimal): -5282263 or 2713263. OLE color: 2713263.

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

Color convert

RGB 175 102 41 -
CMYK 0 0.42 0.77 0.31
HSL 27.31º 0.62% 0.42% -
HSV(B) 27.31º 0.77% 0.69% -
XYZ 22.83 18.78 4.52 -
YUV 116.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 175 102 41 0 0.42 0.77 0.31 27.31 0.62 0.42
Hex AF 66 29 0 2A 4D 1F 1B 3E 2A
Octal 257 146 51 0 52 115 37 33 76 52
Binary 10101111 1100110 101001 0 101010 1001101 11111 11011 111110 101010

Color Harmonies of #AF6629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6629

Black with #AF6629

Text Example


Text Example

White with #AF6629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6629; }

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

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

background-color css

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

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

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

border-color css

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

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

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