Html Css Color HEX #AF6627 Mai Tai

📋 copy color: '#AF6627'

red 175 ◦ green 102 ◦ blue 39

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

Shades of Mai Tai #AF6627

Tints of Mai Tai #AF6627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.34%

R = 55.38%
G = 32.28%
B = 12.34%

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

#AF6627 (or 0xAF6627) is known color: Mai Tai. HEX triplet: AF, 66 and 27. RGB value is (175,102,39). Sum of RGB (Red+Green+Blue) = 175+102+39=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6627 is #5099D8. Grayscale: #747474. Windows color (decimal): -5282265 or 2582191. OLE color: 2582191.

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

Color convert

RGB 175 102 39 -
CMYK 0 0.42 0.78 0.31
HSL 27.79º 0.64% 0.42% -
HSV(B) 27.79º 0.78% 0.69% -
XYZ 22.8 18.76 4.34 -
YUV 116.65 84.18 169.62 -
System Red Green Blue C M Y K H S L
Decimal 175 102 39 0 0.42 0.78 0.31 27.79 0.64 0.42
Hex AF 66 27 0 2A 4E 1F 1C 40 2A
Octal 257 146 47 0 52 116 37 34 100 52
Binary 10101111 1100110 100111 0 101010 1001110 11111 11100 1000000 101010

Color Harmonies of #AF6627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6627

Black with #AF6627

Text Example


Text Example

White with #AF6627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6627; }

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

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

background-color css

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

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

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

border-color css

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

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

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