Html Css Color HEX #AF6C64 Coral Tree

📋 copy color: '#AF6C64'

red 175 ◦ green 108 ◦ blue 100

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

Shades of Coral Tree #AF6C64

Tints of Coral Tree #AF6C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 45.69%
G = 28.2%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF6C64 (or 0xAF6C64) is known color: Coral Tree. HEX triplet: AF, 6C and 64. RGB value is (175,108,100). Sum of RGB (Red+Green+Blue) = 175+108+100=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C64 is #50939B. Grayscale: #7F7F7F. Windows color (decimal): -5280668 or 6581423. OLE color: 6581423.

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

Color convert

RGB 175 108 100 -
CMYK 0 0.38 0.43 0.31
HSL 6.4º 0.32% 0.54% -
HSV(B) 6.4º 0.43% 0.69% -
XYZ 25.34 20.76 14.73 -
YUV 127.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 175 108 100 0 0.38 0.43 0.31 6.4 0.32 0.54
Hex AF 6C 64 0 26 2B 1F 6 20 36
Octal 257 154 144 0 46 53 37 6 40 66
Binary 10101111 1101100 1100100 0 100110 101011 11111 110 100000 110110

Color Harmonies of #AF6C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C64

Black with #AF6C64

Text Example


Text Example

White with #AF6C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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