Html Css Color HEX #AF6C6C Coral Tree

📋 copy color: '#AF6C6C'

red 175 ◦ green 108 ◦ blue 108

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

Shades of Coral Tree #AF6C6C

Tints of Coral Tree #AF6C6C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

 BLUE value IS 108 (42.58% from 255) = 27.62%

R = 44.76%
G = 27.62%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF6C6C (or 0xAF6C6C) is known color: Coral Tree. HEX triplet: AF, 6C and 6C. RGB value is (175,108,108). Sum of RGB (Red+Green+Blue) = 175+108+108=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C6C is #509393. Grayscale: #808080. Windows color (decimal): -5280660 or 7105711. OLE color: 7105711.

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

Color convert

RGB 175 108 108 -
CMYK 0 0.38 0.38 0.31
HSL 0.3% 0.55% -
HSV(B) 0.38% 0.69% -
XYZ 25.75 20.92 16.87 -
YUV 128.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 175 108 108 0 0.38 0.38 0.31 0 0.3 0.55
Hex AF 6C 6C 0 26 26 1F 0 1E 37
Octal 257 154 154 0 46 46 37 0 36 67
Binary 10101111 1101100 1101100 0 100110 100110 11111 0 11110 110111

Color Harmonies of #AF6C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C6C

Black with #AF6C6C

Text Example


Text Example

White with #AF6C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C6C; }

 p { color: rgb(175,108,108); }

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

background-color css

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

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

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

border-color css

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

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

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