Html Css Color HEX #AF545E Hippie Pink

📋 copy color: '#AF545E'

red 175 ◦ green 84 ◦ blue 94

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

Shades of Hippie Pink #AF545E

Tints of Hippie Pink #AF545E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.8%

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

R = 49.58%
G = 23.8%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF545E (or 0xAF545E) is known color: Hippie Pink. HEX triplet: AF, 54 and 5E. RGB value is (175,84,94). Sum of RGB (Red+Green+Blue) = 175+84+94=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF545E is #50ABA1. Grayscale: #707070. Windows color (decimal): -5286818 or 6182063. OLE color: 6182063.

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

Color convert

RGB 175 84 94 -
CMYK 0 0.52 0.46 0.31
HSL 353.41º 0.36% 0.51% -
HSV(B) 353.41º 0.52% 0.69% -
XYZ 22.87 16.26 12.52 -
YUV 112.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 175 84 94 0 0.52 0.46 0.31 353.41 0.36 0.51
Hex AF 54 5E 0 34 2E 1F 161 24 33
Octal 257 124 136 0 64 56 37 541 44 63
Binary 10101111 1010100 1011110 0 110100 101110 11111 101100001 100100 110011

Color Harmonies of #AF545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF545E

Black with #AF545E

Text Example


Text Example

White with #AF545E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF545E; }

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

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

background-color css

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

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

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

border-color css

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

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

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