Html Css Color HEX #AF434B Hippie Pink

📋 copy color: '#AF434B'

red 175 ◦ green 67 ◦ blue 75

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

Shades of Hippie Pink #AF434B

Tints of Hippie Pink #AF434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 55.21%
G = 21.14%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF434B (or 0xAF434B) is known color: Hippie Pink. HEX triplet: AF, 43 and 4B. RGB value is (175,67,75). Sum of RGB (Red+Green+Blue) = 175+67+75=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF434B is #50BCB4. Grayscale: #646464. Windows color (decimal): -5291189 or 4932527. OLE color: 4932527.

HSL color Cylindrical-coordinate representation of color #AF434B: hue angle of 355.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF434B is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 67 75 -
CMYK 0 0.62 0.57 0.31
HSL 355.56º 0.45% 0.47% -
HSV(B) 355.56º 0.62% 0.69% -
XYZ 20.96 13.64 8.18 -
YUV 100.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 175 67 75 0 0.62 0.57 0.31 355.56 0.45 0.47
Hex AF 43 4B 0 3E 39 1F 164 2D 2F
Octal 257 103 113 0 76 71 37 544 55 57
Binary 10101111 1000011 1001011 0 111110 111001 11111 101100100 101101 101111

Color Harmonies of #AF434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF434B

Black with #AF434B

Text Example


Text Example

White with #AF434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF434B; }

 p { color: rgb(175,67,75); }

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

background-color css

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

 a { background-color: rgb(175,67,75); }

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

border-color css

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

 span { border-color: rgb(175,67,75); }

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