Html Css Color HEX #AF6760 Coral Tree

📋 copy color: '#AF6760'

red 175 ◦ green 103 ◦ blue 96

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

Shades of Coral Tree #AF6760

Tints of Coral Tree #AF6760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.54%

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

R = 46.79%
G = 27.54%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF6760 (or 0xAF6760) is known color: Coral Tree. HEX triplet: AF, 67 and 60. RGB value is (175,103,96). Sum of RGB (Red+Green+Blue) = 175+103+96=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6760 is #50989F. Grayscale: #7B7B7B. Windows color (decimal): -5281952 or 6317999. OLE color: 6317999.

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

Color convert

RGB 175 103 96 -
CMYK 0 0.41 0.45 0.31
HSL 5.32º 0.33% 0.53% -
HSV(B) 5.32º 0.45% 0.69% -
XYZ 24.64 19.66 13.56 -
YUV 123.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 175 103 96 0 0.41 0.45 0.31 5.32 0.33 0.53
Hex AF 67 60 0 29 2D 1F 5 21 35
Octal 257 147 140 0 51 55 37 5 41 65
Binary 10101111 1100111 1100000 0 101001 101101 11111 101 100001 110101

Color Harmonies of #AF6760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6760

Black with #AF6760

Text Example


Text Example

White with #AF6760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6760; }

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

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

background-color css

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

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

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

border-color css

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

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

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