Html Css Color HEX #AF6626 Mai Tai

📋 copy color: '#AF6626'

red 175 ◦ green 102 ◦ blue 38

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

Shades of Mai Tai #AF6626

Tints of Mai Tai #AF6626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.06%

R = 55.56%
G = 32.38%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF6626 (or 0xAF6626) is known color: Mai Tai. HEX triplet: AF, 66 and 26. RGB value is (175,102,38). Sum of RGB (Red+Green+Blue) = 175+102+38=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6626 is #5099D9. Grayscale: #747474. Windows color (decimal): -5282266 or 2516655. OLE color: 2516655.

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

Color convert

RGB 175 102 38 -
CMYK 0 0.42 0.78 0.31
HSL 28.03º 0.64% 0.42% -
HSV(B) 28.03º 0.78% 0.69% -
XYZ 22.78 18.76 4.25 -
YUV 116.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 175 102 38 0 0.42 0.78 0.31 28.03 0.64 0.42
Hex AF 66 26 0 2A 4E 1F 1C 40 2A
Octal 257 146 46 0 52 116 37 34 100 52
Binary 10101111 1100110 100110 0 101010 1001110 11111 11100 1000000 101010

Color Harmonies of #AF6626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6626

Black with #AF6626

Text Example


Text Example

White with #AF6626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6626; }

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

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

background-color css

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

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

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

border-color css

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

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

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