Html Css Color HEX #AF6C6B Coral Tree

📋 copy color: '#AF6C6B'

red 175 ◦ green 108 ◦ blue 107

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

Shades of Coral Tree #AF6C6B

Tints of Coral Tree #AF6C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.44%

R = 44.87%
G = 27.69%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF6C6B (or 0xAF6C6B) is known color: Coral Tree. HEX triplet: AF, 6C and 6B. RGB value is (175,108,107). Sum of RGB (Red+Green+Blue) = 175+108+107=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C6B is #509394. Grayscale: #7F7F7F. Windows color (decimal): -5280661 or 7040175. OLE color: 7040175.

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

Color convert

RGB 175 108 107 -
CMYK 0 0.38 0.39 0.31
HSL 0.88º 0.3% 0.55% -
HSV(B) 0.88º 0.39% 0.69% -
XYZ 25.7 20.9 16.59 -
YUV 127.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 175 108 107 0 0.38 0.39 0.31 0.88 0.3 0.55
Hex AF 6C 6B 0 26 27 1F 1 1E 37
Octal 257 154 153 0 46 47 37 1 36 67
Binary 10101111 1101100 1101011 0 100110 100111 11111 1 11110 110111

Color Harmonies of #AF6C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C6B

Black with #AF6C6B

Text Example


Text Example

White with #AF6C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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