Html Css Color HEX #AF6766 Coral Tree

📋 copy color: '#AF6766'

red 175 ◦ green 103 ◦ blue 102

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

Shades of Coral Tree #AF6766

Tints of Coral Tree #AF6766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.11%

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

R = 46.05%
G = 27.11%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF6766 (or 0xAF6766) is known color: Coral Tree. HEX triplet: AF, 67 and 66. RGB value is (175,103,102). Sum of RGB (Red+Green+Blue) = 175+103+102=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6766 is #509899. Grayscale: #7C7C7C. Windows color (decimal): -5281946 or 6711215. OLE color: 6711215.

HSL color Cylindrical-coordinate representation of color #AF6766: hue angle of 0.82º 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 #AF6766 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 102 -
CMYK 0 0.41 0.42 0.31
HSL 0.82º 0.31% 0.54% -
HSV(B) 0.82º 0.42% 0.69% -
XYZ 24.93 19.77 15.07 -
YUV 124.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 175 103 102 0 0.41 0.42 0.31 0.82 0.31 0.54
Hex AF 67 66 0 29 2A 1F 1 1F 36
Octal 257 147 146 0 51 52 37 1 37 66
Binary 10101111 1100111 1100110 0 101001 101010 11111 1 11111 110110

Color Harmonies of #AF6766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6766

Black with #AF6766

Text Example


Text Example

White with #AF6766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6766; }

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

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

background-color css

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

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

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

border-color css

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

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

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