Html Css Color HEX #AF6661 Coral Tree

📋 copy color: '#AF6661'

red 175 ◦ green 102 ◦ blue 97

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

Shades of Coral Tree #AF6661

Tints of Coral Tree #AF6661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

 BLUE value IS 97 (38.28% from 255) = 25.94%

R = 46.79%
G = 27.27%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF6661 (or 0xAF6661) is known color: Coral Tree. HEX triplet: AF, 66 and 61. RGB value is (175,102,97). Sum of RGB (Red+Green+Blue) = 175+102+97=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6661 is #50999E. Grayscale: #7B7B7B. Windows color (decimal): -5282207 or 6383279. OLE color: 6383279.

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

Color convert

RGB 175 102 97 -
CMYK 0 0.42 0.45 0.31
HSL 3.85º 0.33% 0.53% -
HSV(B) 3.85º 0.45% 0.69% -
XYZ 24.59 19.48 13.77 -
YUV 123.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 175 102 97 0 0.42 0.45 0.31 3.85 0.33 0.53
Hex AF 66 61 0 2A 2D 1F 4 21 35
Octal 257 146 141 0 52 55 37 4 41 65
Binary 10101111 1100110 1100001 0 101010 101101 11111 100 100001 110101

Color Harmonies of #AF6661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6661

Black with #AF6661

Text Example


Text Example

White with #AF6661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6661; }

 p { color: rgb(175,102,97); }

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

background-color css

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

 a { background-color: rgb(175,102,97); }

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

border-color css

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

 span { border-color: rgb(175,102,97); }

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