Html Css Color HEX #AF7870 Coral Tree

📋 copy color: '#AF7870'

red 175 ◦ green 120 ◦ blue 112

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

Shades of Coral Tree #AF7870

Tints of Coral Tree #AF7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.48%

 BLUE value IS 112 (44.14% from 255) = 27.52%

R = 43%
G = 29.48%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF7870 (or 0xAF7870) is known color: Coral Tree. HEX triplet: AF, 78 and 70. RGB value is (175,120,112). Sum of RGB (Red+Green+Blue) = 175+120+112=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7870 is #50878F. Grayscale: #878787. Windows color (decimal): -5277584 or 7370927. OLE color: 7370927.

HSL color Cylindrical-coordinate representation of color #AF7870: hue angle of 7.62º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF7870 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 120 112 -
CMYK 0 0.31 0.36 0.31
HSL 7.62º 0.28% 0.56% -
HSV(B) 7.62º 0.36% 0.69% -
XYZ 27.32 23.72 18.47 -
YUV 135.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 175 120 112 0 0.31 0.36 0.31 7.62 0.28 0.56
Hex AF 78 70 0 1F 24 1F 8 1C 38
Octal 257 170 160 0 37 44 37 10 34 70
Binary 10101111 1111000 1110000 0 11111 100100 11111 1000 11100 111000

Color Harmonies of #AF7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7870

Black with #AF7870

Text Example


Text Example

White with #AF7870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7870; }

 p { color: rgb(175,120,112); }

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

background-color css

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

 a { background-color: rgb(175,120,112); }

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

border-color css

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

 span { border-color: rgb(175,120,112); }

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