Html Css Color HEX #AF6524 Mai Tai

📋 copy color: '#AF6524'

red 175 ◦ green 101 ◦ blue 36

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

Shades of Mai Tai #AF6524

Tints of Mai Tai #AF6524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 56.09%
G = 32.37%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF6524 (or 0xAF6524) is known color: Mai Tai. HEX triplet: AF, 65 and 24. RGB value is (175,101,36). Sum of RGB (Red+Green+Blue) = 175+101+36=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6524 is #509ADB. Grayscale: #747474. Windows color (decimal): -5282524 or 2385327. OLE color: 2385327.

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

Color convert

RGB 175 101 36 -
CMYK 0 0.42 0.79 0.31
HSL 28.06º 0.66% 0.41% -
HSV(B) 28.06º 0.79% 0.69% -
XYZ 22.65 18.55 4.06 -
YUV 115.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 175 101 36 0 0.42 0.79 0.31 28.06 0.66 0.41
Hex AF 65 24 0 2A 4F 1F 1C 42 29
Octal 257 145 44 0 52 117 37 34 102 51
Binary 10101111 1100101 100100 0 101010 1001111 11111 11100 1000010 101001

Color Harmonies of #AF6524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6524

Black with #AF6524

Text Example


Text Example

White with #AF6524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6524; }

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

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

background-color css

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

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

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

border-color css

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

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

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