Html Css Color HEX #AF6624 Mai Tai

📋 copy color: '#AF6624'

red 175 ◦ green 102 ◦ blue 36

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

Shades of Mai Tai #AF6624

Tints of Mai Tai #AF6624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.5%

R = 55.91%
G = 32.59%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF6624 (or 0xAF6624) is known color: Mai Tai. HEX triplet: AF, 66 and 24. RGB value is (175,102,36). Sum of RGB (Red+Green+Blue) = 175+102+36=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6624 is #5099DB. Grayscale: #747474. Windows color (decimal): -5282268 or 2385583. OLE color: 2385583.

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

Color convert

RGB 175 102 36 -
CMYK 0 0.42 0.79 0.31
HSL 28.49º 0.66% 0.41% -
HSV(B) 28.49º 0.79% 0.69% -
XYZ 22.75 18.74 4.09 -
YUV 116.3 82.68 169.87 -
System Red Green Blue C M Y K H S L
Decimal 175 102 36 0 0.42 0.79 0.31 28.49 0.66 0.41
Hex AF 66 24 0 2A 4F 1F 1C 42 29
Octal 257 146 44 0 52 117 37 34 102 51
Binary 10101111 1100110 100100 0 101010 1001111 11111 11100 1000010 101001

Color Harmonies of #AF6624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6624

Black with #AF6624

Text Example


Text Example

White with #AF6624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6624; }

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

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

background-color css

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

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

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

border-color css

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

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

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