Html Css Color HEX #AF6960 Coral Tree

📋 copy color: '#AF6960'

red 175 ◦ green 105 ◦ blue 96

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

Shades of Coral Tree #AF6960

Tints of Coral Tree #AF6960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

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

R = 46.54%
G = 27.93%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF6960 (or 0xAF6960) is known color: Coral Tree. HEX triplet: AF, 69 and 60. RGB value is (175,105,96). Sum of RGB (Red+Green+Blue) = 175+105+96=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6960 is #50969F. Grayscale: #7D7D7D. Windows color (decimal): -5281440 or 6318511. OLE color: 6318511.

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

Color convert

RGB 175 105 96 -
CMYK 0 0.40 0.45 0.31
HSL 6.84º 0.33% 0.53% -
HSV(B) 6.84º 0.45% 0.69% -
XYZ 24.84 20.06 13.63 -
YUV 124.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 175 105 96 0 0.40 0.45 0.31 6.84 0.33 0.53
Hex AF 69 60 0 28 2D 1F 7 21 35
Octal 257 151 140 0 50 55 37 7 41 65
Binary 10101111 1101001 1100000 0 101000 101101 11111 111 100001 110101

Color Harmonies of #AF6960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6960

Black with #AF6960

Text Example


Text Example

White with #AF6960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6960; }

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

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

background-color css

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

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

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

border-color css

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

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

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