Html Css Color HEX #AF6B60 Coral Tree

📋 copy color: '#AF6B60'

red 175 ◦ green 107 ◦ blue 96

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

Shades of Coral Tree #AF6B60

Tints of Coral Tree #AF6B60

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.31%

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

R = 46.3%
G = 28.31%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF6B60 (or 0xAF6B60) is known color: Coral Tree. HEX triplet: AF, 6B and 60. RGB value is (175,107,96). Sum of RGB (Red+Green+Blue) = 175+107+96=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B60 is #50949F. Grayscale: #7E7E7E. Windows color (decimal): -5280928 or 6319023. OLE color: 6319023.

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

Color convert

RGB 175 107 96 -
CMYK 0 0.39 0.45 0.31
HSL 8.35º 0.33% 0.53% -
HSV(B) 8.35º 0.45% 0.69% -
XYZ 25.05 20.47 13.7 -
YUV 126.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 175 107 96 0 0.39 0.45 0.31 8.35 0.33 0.53
Hex AF 6B 60 0 27 2D 1F 8 21 35
Octal 257 153 140 0 47 55 37 10 41 65
Binary 10101111 1101011 1100000 0 100111 101101 11111 1000 100001 110101

Color Harmonies of #AF6B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B60

Black with #AF6B60

Text Example


Text Example

White with #AF6B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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