Html Css Color HEX #AF545A Hippie Pink

📋 copy color: '#AF545A'

red 175 ◦ green 84 ◦ blue 90

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

Shades of Hippie Pink #AF545A

Tints of Hippie Pink #AF545A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 50.14%
G = 24.07%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF545A (or 0xAF545A) is known color: Hippie Pink. HEX triplet: AF, 54 and 5A. RGB value is (175,84,90). Sum of RGB (Red+Green+Blue) = 175+84+90=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF545A is #50ABA5. Grayscale: #6F6F6F. Windows color (decimal): -5286822 or 5919919. OLE color: 5919919.

HSL color Cylindrical-coordinate representation of color #AF545A: hue angle of 356.04º 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 #AF545A is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 84 90 -
CMYK 0 0.52 0.49 0.31
HSL 356.04º 0.36% 0.51% -
HSV(B) 356.04º 0.52% 0.69% -
XYZ 22.69 16.19 11.6 -
YUV 111.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 175 84 90 0 0.52 0.49 0.31 356.04 0.36 0.51
Hex AF 54 5A 0 34 31 1F 164 24 33
Octal 257 124 132 0 64 61 37 544 44 63
Binary 10101111 1010100 1011010 0 110100 110001 11111 101100100 100100 110011

Color Harmonies of #AF545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF545A

Black with #AF545A

Text Example


Text Example

White with #AF545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF545A; }

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

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

background-color css

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

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

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

border-color css

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

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

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