Html Css Color HEX #AF535E Hippie Pink

📋 copy color: '#AF535E'

red 175 ◦ green 83 ◦ blue 94

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

Shades of Hippie Pink #AF535E

Tints of Hippie Pink #AF535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 49.72%
G = 23.58%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF535E (or 0xAF535E) is known color: Hippie Pink. HEX triplet: AF, 53 and 5E. RGB value is (175,83,94). Sum of RGB (Red+Green+Blue) = 175+83+94=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF535E is #50ACA1. Grayscale: #6F6F6F. Windows color (decimal): -5287074 or 6181807. OLE color: 6181807.

HSL color Cylindrical-coordinate representation of color #AF535E: hue angle of 352.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF535E is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 94 -
CMYK 0 0.53 0.46 0.31
HSL 352.83º 0.37% 0.51% -
HSV(B) 352.83º 0.53% 0.69% -
XYZ 22.79 16.11 12.5 -
YUV 111.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 175 83 94 0 0.53 0.46 0.31 352.83 0.37 0.51
Hex AF 53 5E 0 35 2E 1F 161 25 33
Octal 257 123 136 0 65 56 37 541 45 63
Binary 10101111 1010011 1011110 0 110101 101110 11111 101100001 100101 110011

Color Harmonies of #AF535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF535E

Black with #AF535E

Text Example


Text Example

White with #AF535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF535E; }

 p { color: rgb(175,83,94); }

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

background-color css

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

 a { background-color: rgb(175,83,94); }

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

border-color css

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

 span { border-color: rgb(175,83,94); }

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