Html Css Color HEX #AF6B68 Coral Tree

📋 copy color: '#AF6B68'

red 175 ◦ green 107 ◦ blue 104

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

Shades of Coral Tree #AF6B68

Tints of Coral Tree #AF6B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

 BLUE value IS 104 (41.02% from 255) = 26.94%

R = 45.34%
G = 27.72%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF6B68 (or 0xAF6B68) is known color: Coral Tree. HEX triplet: AF, 6B and 68. RGB value is (175,107,104). Sum of RGB (Red+Green+Blue) = 175+107+104=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B68 is #509497. Grayscale: #7F7F7F. Windows color (decimal): -5280920 or 6843311. OLE color: 6843311.

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

Color convert

RGB 175 107 104 -
CMYK 0 0.39 0.41 0.31
HSL 2.54º 0.31% 0.55% -
HSV(B) 2.54º 0.41% 0.69% -
XYZ 25.44 20.63 15.74 -
YUV 126.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 175 107 104 0 0.39 0.41 0.31 2.54 0.31 0.55
Hex AF 6B 68 0 27 29 1F 3 1F 37
Octal 257 153 150 0 47 51 37 3 37 67
Binary 10101111 1101011 1101000 0 100111 101001 11111 11 11111 110111

Color Harmonies of #AF6B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B68

Black with #AF6B68

Text Example


Text Example

White with #AF6B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B68; }

 p { color: rgb(175,107,104); }

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

background-color css

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

 a { background-color: rgb(175,107,104); }

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

border-color css

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

 span { border-color: rgb(175,107,104); }

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