Html Css Color HEX #AF6528 Mai Tai

📋 copy color: '#AF6528'

red 175 ◦ green 101 ◦ blue 40

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

Shades of Mai Tai #AF6528

Tints of Mai Tai #AF6528

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

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

R = 55.38%
G = 31.96%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF6528 (or 0xAF6528) is known color: Mai Tai. HEX triplet: AF, 65 and 28. RGB value is (175,101,40). Sum of RGB (Red+Green+Blue) = 175+101+40=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6528 is #509AD7. Grayscale: #747474. Windows color (decimal): -5282520 or 2647471. OLE color: 2647471.

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

Color convert

RGB 175 101 40 -
CMYK 0 0.42 0.77 0.31
HSL 27.11º 0.63% 0.42% -
HSV(B) 27.11º 0.77% 0.69% -
XYZ 22.72 18.57 4.4 -
YUV 116.17 85.02 169.96 -
System Red Green Blue C M Y K H S L
Decimal 175 101 40 0 0.42 0.77 0.31 27.11 0.63 0.42
Hex AF 65 28 0 2A 4D 1F 1B 3F 2A
Octal 257 145 50 0 52 115 37 33 77 52
Binary 10101111 1100101 101000 0 101010 1001101 11111 11011 111111 101010

Color Harmonies of #AF6528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6528

Black with #AF6528

Text Example


Text Example

White with #AF6528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6528; }

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

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

background-color css

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

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

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

border-color css

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

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

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