Html Css Color HEX #AF5E5D Coral Tree

📋 copy color: '#AF5E5D'

red 175 ◦ green 94 ◦ blue 93

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

Shades of Coral Tree #AF5E5D

Tints of Coral Tree #AF5E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.97%

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

R = 48.34%
G = 25.97%
B = 25.69%

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

#AF5E5D (or 0xAF5E5D) is known color: Coral Tree. HEX triplet: AF, 5E and 5D. RGB value is (175,94,93). Sum of RGB (Red+Green+Blue) = 175+94+93=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E5D is #50A1A2. Grayscale: #767676. Windows color (decimal): -5284259 or 6119087. OLE color: 6119087.

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

Color convert

RGB 175 94 93 -
CMYK 0 0.46 0.47 0.31
HSL 0.73º 0.34% 0.53% -
HSV(B) 0.73º 0.47% 0.69% -
XYZ 23.66 17.91 12.57 -
YUV 118.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 175 94 93 0 0.46 0.47 0.31 0.73 0.34 0.53
Hex AF 5E 5D 0 2E 2F 1F 1 22 35
Octal 257 136 135 0 56 57 37 1 42 65
Binary 10101111 1011110 1011101 0 101110 101111 11111 1 100010 110101

Color Harmonies of #AF5E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E5D

Black with #AF5E5D

Text Example


Text Example

White with #AF5E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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