Html Css Color HEX #AF5C5A Apple Blossom

📋 copy color: '#AF5C5A'

red 175 ◦ green 92 ◦ blue 90

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

Shades of Apple Blossom #AF5C5A

Tints of Apple Blossom #AF5C5A

RGB

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

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

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

R = 49.02%
G = 25.77%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF5C5A (or 0xAF5C5A) is known color: Apple Blossom. HEX triplet: AF, 5C and 5A. RGB value is (175,92,90). Sum of RGB (Red+Green+Blue) = 175+92+90=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C5A is #50A3A5. Grayscale: #747474. Windows color (decimal): -5284774 or 5921967. OLE color: 5921967.

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

Color convert

RGB 175 92 90 -
CMYK 0 0.47 0.49 0.31
HSL 1.41º 0.35% 0.52% -
HSV(B) 1.41º 0.49% 0.69% -
XYZ 23.35 17.51 11.82 -
YUV 116.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 175 92 90 0 0.47 0.49 0.31 1.41 0.35 0.52
Hex AF 5C 5A 0 2F 31 1F 1 23 34
Octal 257 134 132 0 57 61 37 1 43 64
Binary 10101111 1011100 1011010 0 101111 110001 11111 1 100011 110100

Color Harmonies of #AF5C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C5A

Black with #AF5C5A

Text Example


Text Example

White with #AF5C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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