Html Css Color HEX #AF6A66 Coral Tree

📋 copy color: '#AF6A66'

red 175 ◦ green 106 ◦ blue 102

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

Shades of Coral Tree #AF6A66

Tints of Coral Tree #AF6A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.68%

 BLUE value IS 102 (40.23% from 255) = 26.63%

R = 45.69%
G = 27.68%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF6A66 (or 0xAF6A66) is known color: Coral Tree. HEX triplet: AF, 6A and 66. RGB value is (175,106,102). Sum of RGB (Red+Green+Blue) = 175+106+102=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A66 is #509599. Grayscale: #7E7E7E. Windows color (decimal): -5281178 or 6711983. OLE color: 6711983.

HSL color Cylindrical-coordinate representation of color #AF6A66: hue angle of 3.29º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6A66 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 106 102 -
CMYK 0 0.39 0.42 0.31
HSL 3.29º 0.31% 0.54% -
HSV(B) 3.29º 0.42% 0.69% -
XYZ 25.23 20.38 15.17 -
YUV 126.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 175 106 102 0 0.39 0.42 0.31 3.29 0.31 0.54
Hex AF 6A 66 0 27 2A 1F 3 1F 36
Octal 257 152 146 0 47 52 37 3 37 66
Binary 10101111 1101010 1100110 0 100111 101010 11111 11 11111 110110

Color Harmonies of #AF6A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A66

Black with #AF6A66

Text Example


Text Example

White with #AF6A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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