Html Css Color HEX #AF6E69 Coral Tree

📋 copy color: '#AF6E69'

red 175 ◦ green 110 ◦ blue 105

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

Shades of Coral Tree #AF6E69

Tints of Coral Tree #AF6E69

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.21%

 BLUE value IS 105 (41.41% from 255) = 26.92%

R = 44.87%
G = 28.21%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF6E69 (or 0xAF6E69) is known color: Coral Tree. HEX triplet: AF, 6E and 69. RGB value is (175,110,105). Sum of RGB (Red+Green+Blue) = 175+110+105=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E69 is #509196. Grayscale: #808080. Windows color (decimal): -5280151 or 6909615. OLE color: 6909615.

HSL color Cylindrical-coordinate representation of color #AF6E69: hue angle of 4.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6E69 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 110 105 -
CMYK 0 0.37 0.40 0.31
HSL 4.29º 0.3% 0.55% -
HSV(B) 4.29º 0.4% 0.69% -
XYZ 25.8 21.29 16.11 -
YUV 128.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 175 110 105 0 0.37 0.40 0.31 4.29 0.3 0.55
Hex AF 6E 69 0 25 28 1F 4 1E 37
Octal 257 156 151 0 45 50 37 4 36 67
Binary 10101111 1101110 1101001 0 100101 101000 11111 100 11110 110111

Color Harmonies of #AF6E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E69

Black with #AF6E69

Text Example


Text Example

White with #AF6E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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