Html Css Color HEX #AF652A Mai Tai

📋 copy color: '#AF652A'

red 175 ◦ green 101 ◦ blue 42

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

Shades of Mai Tai #AF652A

Tints of Mai Tai #AF652A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.21%

R = 55.03%
G = 31.76%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF652A (or 0xAF652A) is known color: Mai Tai. HEX triplet: AF, 65 and 2A. RGB value is (175,101,42). Sum of RGB (Red+Green+Blue) = 175+101+42=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF652A is #509AD5. Grayscale: #747474. Windows color (decimal): -5282518 or 2778543. OLE color: 2778543.

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

Color convert

RGB 175 101 42 -
CMYK 0 0.42 0.76 0.31
HSL 26.62º 0.61% 0.43% -
HSV(B) 26.62º 0.76% 0.69% -
XYZ 22.75 18.59 4.58 -
YUV 116.4 86.02 169.8 -
System Red Green Blue C M Y K H S L
Decimal 175 101 42 0 0.42 0.76 0.31 26.62 0.61 0.43
Hex AF 65 2A 0 2A 4C 1F 1B 3D 2B
Octal 257 145 52 0 52 114 37 33 75 53
Binary 10101111 1100101 101010 0 101010 1001100 11111 11011 111101 101011

Color Harmonies of #AF652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF652A

Black with #AF652A

Text Example


Text Example

White with #AF652A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF652A; }

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

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

background-color css

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

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

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

border-color css

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

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

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