Html Css Color HEX #AF5F5D Coral Tree

📋 copy color: '#AF5F5D'

red 175 ◦ green 95 ◦ blue 93

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

Shades of Coral Tree #AF5F5D

Tints of Coral Tree #AF5F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 48.21%
G = 26.17%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF5F5D (or 0xAF5F5D) is known color: Coral Tree. HEX triplet: AF, 5F and 5D. RGB value is (175,95,93). Sum of RGB (Red+Green+Blue) = 175+95+93=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F5D is #50A0A2. Grayscale: #767676. Windows color (decimal): -5284003 or 6119343. OLE color: 6119343.

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

Color convert

RGB 175 95 93 -
CMYK 0 0.46 0.47 0.31
HSL 1.46º 0.34% 0.53% -
HSV(B) 1.46º 0.47% 0.69% -
XYZ 23.75 18.09 12.6 -
YUV 118.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 175 95 93 0 0.46 0.47 0.31 1.46 0.34 0.53
Hex AF 5F 5D 0 2E 2F 1F 1 22 35
Octal 257 137 135 0 56 57 37 1 42 65
Binary 10101111 1011111 1011101 0 101110 101111 11111 1 100010 110101

Color Harmonies of #AF5F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5F5D

Black with #AF5F5D

Text Example


Text Example

White with #AF5F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5F5D; }

 p { color: rgb(175,95,93); }

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

background-color css

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

 a { background-color: rgb(175,95,93); }

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

border-color css

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

 span { border-color: rgb(175,95,93); }

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