Html Css Color HEX #AF6428 Mai Tai

📋 copy color: '#AF6428'

red 175 ◦ green 100 ◦ blue 40

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

Shades of Mai Tai #AF6428

Tints of Mai Tai #AF6428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.75%

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 55.56%
G = 31.75%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF6428 (or 0xAF6428) is known color: Mai Tai. HEX triplet: AF, 64 and 28. RGB value is (175,100,40). Sum of RGB (Red+Green+Blue) = 175+100+40=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6428 is #509BD7. Grayscale: #737373. Windows color (decimal): -5282776 or 2647215. OLE color: 2647215.

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

Color convert

RGB 175 100 40 -
CMYK 0 0.43 0.77 0.31
HSL 26.67º 0.63% 0.42% -
HSV(B) 26.67º 0.77% 0.69% -
XYZ 22.62 18.38 4.36 -
YUV 115.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 175 100 40 0 0.43 0.77 0.31 26.67 0.63 0.42
Hex AF 64 28 0 2B 4D 1F 1B 3F 2A
Octal 257 144 50 0 53 115 37 33 77 52
Binary 10101111 1100100 101000 0 101011 1001101 11111 11011 111111 101010

Color Harmonies of #AF6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6428

Black with #AF6428

Text Example


Text Example

White with #AF6428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6428; }

 p { color: rgb(175,100,40); }

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

background-color css

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

 a { background-color: rgb(175,100,40); }

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

border-color css

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

 span { border-color: rgb(175,100,40); }

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