Html Css Color HEX #AF6323 Mai Tai

📋 copy color: '#AF6323'

red 175 ◦ green 99 ◦ blue 35

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

Shades of Mai Tai #AF6323

Tints of Mai Tai #AF6323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 56.63%
G = 32.04%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF6323 (or 0xAF6323) is known color: Mai Tai. HEX triplet: AF, 63 and 23. RGB value is (175,99,35). Sum of RGB (Red+Green+Blue) = 175+99+35=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6323 is #509CDC. Grayscale: #727272. Windows color (decimal): -5283037 or 2319279. OLE color: 2319279.

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

Color convert

RGB 175 99 35 -
CMYK 0 0.43 0.8 0.31
HSL 27.43º 0.67% 0.41% -
HSV(B) 27.43º 0.8% 0.69% -
XYZ 22.44 18.16 3.91 -
YUV 114.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 175 99 35 0 0.43 0.8 0.31 27.43 0.67 0.41
Hex AF 63 23 0 2B 50 1F 1B 43 29
Octal 257 143 43 0 53 120 37 33 103 51
Binary 10101111 1100011 100011 0 101011 1010000 11111 11011 1000011 101001

Color Harmonies of #AF6323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6323

Black with #AF6323

Text Example


Text Example

White with #AF6323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6323; }

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

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

background-color css

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

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

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

border-color css

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

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

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