Html Css Color HEX #AF6326 Mai Tai

📋 copy color: '#AF6326'

red 175 ◦ green 99 ◦ blue 38

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

Shades of Mai Tai #AF6326

Tints of Mai Tai #AF6326

RGB

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

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

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

R = 56.09%
G = 31.73%
B = 12.18%

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

#AF6326 (or 0xAF6326) is known color: Mai Tai. HEX triplet: AF, 63 and 26. RGB value is (175,99,38). Sum of RGB (Red+Green+Blue) = 175+99+38=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6326 is #509CD9. Grayscale: #737373. Windows color (decimal): -5283034 or 2515887. OLE color: 2515887.

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

Color convert

RGB 175 99 38 -
CMYK 0 0.43 0.78 0.31
HSL 26.72º 0.64% 0.42% -
HSV(B) 26.72º 0.78% 0.69% -
XYZ 22.49 18.18 4.16 -
YUV 114.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 175 99 38 0 0.43 0.78 0.31 26.72 0.64 0.42
Hex AF 63 26 0 2B 4E 1F 1B 40 2A
Octal 257 143 46 0 53 116 37 33 100 52
Binary 10101111 1100011 100110 0 101011 1001110 11111 11011 1000000 101010

Color Harmonies of #AF6326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6326

Black with #AF6326

Text Example


Text Example

White with #AF6326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6326; }

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

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

background-color css

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

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

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

border-color css

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

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

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