Html Css Color HEX #AF5C67 Blush

📋 copy color: '#AF5C67'

red 175 ◦ green 92 ◦ blue 103

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

Shades of Blush #AF5C67

Tints of Blush #AF5C67

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

 BLUE value IS 103 (40.63% from 255) = 27.84%

R = 47.3%
G = 24.86%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF5C67 (or 0xAF5C67) is known color: Blush. HEX triplet: AF, 5C and 67. RGB value is (175,92,103). Sum of RGB (Red+Green+Blue) = 175+92+103=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C67 is #50A398. Grayscale: #767676. Windows color (decimal): -5284761 or 6773935. OLE color: 6773935.

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

Color convert

RGB 175 92 103 -
CMYK 0 0.47 0.41 0.31
HSL 352.05º 0.34% 0.52% -
HSV(B) 352.05º 0.47% 0.69% -
XYZ 23.95 17.75 15 -
YUV 118.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 175 92 103 0 0.47 0.41 0.31 352.05 0.34 0.52
Hex AF 5C 67 0 2F 29 1F 160 22 34
Octal 257 134 147 0 57 51 37 540 42 64
Binary 10101111 1011100 1100111 0 101111 101001 11111 101100000 100010 110100

Color Harmonies of #AF5C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C67

Black with #AF5C67

Text Example


Text Example

White with #AF5C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C67; }

 p { color: rgb(175,92,103); }

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

background-color css

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

 a { background-color: rgb(175,92,103); }

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

border-color css

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

 span { border-color: rgb(175,92,103); }

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