Html Css Color HEX #AF6327 Mai Tai

📋 copy color: '#AF6327'

red 175 ◦ green 99 ◦ blue 39

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

Shades of Mai Tai #AF6327

Tints of Mai Tai #AF6327

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

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

R = 55.91%
G = 31.63%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF6327 (or 0xAF6327) is known color: Mai Tai. HEX triplet: AF, 63 and 27. RGB value is (175,99,39). Sum of RGB (Red+Green+Blue) = 175+99+39=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6327 is #509CD8. Grayscale: #737373. Windows color (decimal): -5283033 or 2581423. OLE color: 2581423.

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

Color convert

RGB 175 99 39 -
CMYK 0 0.43 0.78 0.31
HSL 26.47º 0.64% 0.42% -
HSV(B) 26.47º 0.78% 0.69% -
XYZ 22.51 18.18 4.24 -
YUV 114.88 85.18 170.88 -
System Red Green Blue C M Y K H S L
Decimal 175 99 39 0 0.43 0.78 0.31 26.47 0.64 0.42
Hex AF 63 27 0 2B 4E 1F 1A 40 2A
Octal 257 143 47 0 53 116 37 32 100 52
Binary 10101111 1100011 100111 0 101011 1001110 11111 11010 1000000 101010

Color Harmonies of #AF6327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6327

Black with #AF6327

Text Example


Text Example

White with #AF6327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6327; }

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

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

background-color css

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

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

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

border-color css

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

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

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