Html Css Color HEX #AF7060 Coral Tree

📋 copy color: '#AF7060'

red 175 ◦ green 112 ◦ blue 96

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

Shades of Coral Tree #AF7060

Tints of Coral Tree #AF7060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

 BLUE value IS 96 (37.89% from 255) = 25.07%

R = 45.69%
G = 29.24%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF7060 (or 0xAF7060) is known color: Coral Tree. HEX triplet: AF, 70 and 60. RGB value is (175,112,96). Sum of RGB (Red+Green+Blue) = 175+112+96=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7060 is #508F9F. Grayscale: #818181. Windows color (decimal): -5279648 or 6320303. OLE color: 6320303.

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

Color convert

RGB 175 112 96 -
CMYK 0 0.36 0.45 0.31
HSL 12.15º 0.33% 0.53% -
HSV(B) 12.15º 0.45% 0.69% -
XYZ 25.58 21.55 13.88 -
YUV 129.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 175 112 96 0 0.36 0.45 0.31 12.15 0.33 0.53
Hex AF 70 60 0 24 2D 1F C 21 35
Octal 257 160 140 0 44 55 37 14 41 65
Binary 10101111 1110000 1100000 0 100100 101101 11111 1100 100001 110101

Color Harmonies of #AF7060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7060

Black with #AF7060

Text Example


Text Example

White with #AF7060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7060; }

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

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

background-color css

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

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

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

border-color css

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

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

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