Html Css Color HEX #AF6334 Mai Tai

📋 copy color: '#AF6334'

red 175 ◦ green 99 ◦ blue 52

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

Shades of Mai Tai #AF6334

Tints of Mai Tai #AF6334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 53.68%
G = 30.37%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF6334 (or 0xAF6334) is known color: Mai Tai. HEX triplet: AF, 63 and 34. RGB value is (175,99,52). Sum of RGB (Red+Green+Blue) = 175+99+52=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6334 is #509CCB. Grayscale: #747474. Windows color (decimal): -5283020 or 3433391. OLE color: 3433391.

HSL color Cylindrical-coordinate representation of color #AF6334: hue angle of 22.93º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF6334 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 99 52 -
CMYK 0 0.43 0.70 0.31
HSL 22.93º 0.54% 0.45% -
HSV(B) 22.93º 0.7% 0.69% -
XYZ 22.76 18.29 5.58 -
YUV 116.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 175 99 52 0 0.43 0.70 0.31 22.93 0.54 0.45
Hex AF 63 34 0 2B 46 1F 17 36 2D
Octal 257 143 64 0 53 106 37 27 66 55
Binary 10101111 1100011 110100 0 101011 1000110 11111 10111 110110 101101

Color Harmonies of #AF6334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6334

Black with #AF6334

Text Example


Text Example

White with #AF6334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6334; }

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

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

background-color css

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

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

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

border-color css

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

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

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